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-09-28T05:36:36.111Z||main|||||INFO|500||The following profiles are active: basic
2022-09-28T05:36:48.925Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-28T05:36:48.926Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-28T05:36:49.057Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-28T05:36:53.657Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-28T05:36:54.263Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-28T05:36:54.879Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-28T05:36:54.886Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-28T05:36:55.075Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-28T05:36:55.360Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-28T05:36:56.045Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-28T05:36:58.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T05:37:01.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T05:37:01.690Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-28T05:37:02.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T05:37:03.010Z||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-09-28T05:37:04.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T05:37:06.488Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-28T05:37:06.531Z||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$$6480366b.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-09-28T05:37:06.537Z||main|||||WARN|500||The sdc end point is not alive
2022-09-28T05:37:11.907Z||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-09-28T05:37:17.338Z||main|||||WARN|500||---
2022-09-28T05:37:17.339Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-28T05:37:17.340Z||main|||||WARN|500||---
2022-09-28T05:37:17.843Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-28T05:37:24.980Z||main|||||INFO|500||Started Application in 52.679 seconds (JVM running for 55.145)
2022-09-28T05:37:25.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-28T05:37:25.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-28T05:37:25.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-28T05:37:25.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-28T05:37:25.209Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5455fe41-d4c9-4872-935b-1f8a24d928bb url= /sdc/v1/artifactTypes
2022-09-28T05:37:25.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-28T05:37:25.679Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-28T05:37:25.799Z||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-09-28T05:37:25.831Z||scheduling-1|||||DEBUG|500||create keys
2022-09-28T05:37:25.839Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-28T05:37:25.940Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:37:25.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a481802-2ad3-40a1-a489-82570657fb9d url= /sdc/v1/registerForDistribution
2022-09-28T05:37:26.471Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a481802-2ad3-40a1-a489-82570657fb9d url= /sdc/v1/registerForDistribution
2022-09-28T05:37:26.483Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-28T05:37:26.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:37:26.604Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:37:26.613Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-28T05:37:26.696Z||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-09-28T05:37:26.696Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:37:26.693Z||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-09-28T05:37:26.698Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:37:38.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:37:38.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:38:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:38:26.522Z||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-09-28T05:38:26.523Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:38:26.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:38:26.561Z||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-09-28T05:38:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:38:36.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:38:36.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:39:26.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:39:26.521Z||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-09-28T05:39:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:39:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:39:26.561Z||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-09-28T05:39:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:39:36.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:39:36.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:40:26.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:40:26.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:40:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:40:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:40:26.561Z||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-09-28T05:40:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:40:36.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:40:36.141Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:41:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:41:26.520Z||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-09-28T05:41:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:41:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:41:26.561Z||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-09-28T05:41:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:41:36.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:41:36.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:42:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:42:26.520Z||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-09-28T05:42:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:42:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:42:26.561Z||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-09-28T05:42:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:42:36.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:42:36.131Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:43:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:43:26.521Z||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-09-28T05:43:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:43:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:43:26.562Z||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-09-28T05:43:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:43:36.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:43:36.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:44:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:44:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:44:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:44:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:44:26.562Z||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-09-28T05:44:26.563Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:44:36.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:44:36.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:45:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:45:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:45:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:45:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:45:26.561Z||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-09-28T05:45:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:45:36.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:45:36.120Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:46:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:46:26.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:46:26.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:46:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:46:26.561Z||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-09-28T05:46:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:46:36.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:46:36.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:47:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:47:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:47:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:47:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:47:26.561Z||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-09-28T05:47:26.563Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:47:27.572Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-28T05:47:36.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:47:36.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:48:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:48:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:48:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:48:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:48:26.561Z||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-09-28T05:48:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:48:36.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:48:36.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:49:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:49:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:49:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:49:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:49:26.561Z||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-09-28T05:49:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:49:36.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:49:36.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:50:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:50:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:50:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:50:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:50:26.561Z||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-09-28T05:50:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:50:36.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:50:36.140Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:51:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:51:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:51:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:51:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:51:26.561Z||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-09-28T05:51:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:51:36.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:51:36.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:52:26.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:52:26.523Z||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-09-28T05:52:26.523Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:52:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:52:26.561Z||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-09-28T05:52:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:52:36.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:52:36.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:53:26.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:53:26.520Z||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-09-28T05:53:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:53:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:53:26.561Z||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-09-28T05:53:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:53:36.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:53:36.121Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:54:26.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:54:26.520Z||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-09-28T05:54:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:54:26.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:54:26.562Z||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-09-28T05:54:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:54:36.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:54:36.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:55:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:55:26.522Z||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-09-28T05:55:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:55:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:55:26.561Z||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-09-28T05:55:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:55:36.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:55:36.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:56:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:56:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:56:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:56:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:56:26.561Z||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-09-28T05:56:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:56:36.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:56:36.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:57:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:57:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:57:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:57:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:57:26.561Z||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-09-28T05:57:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:57:36.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:57:36.154Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:58:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:58:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:58:26.561Z||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-09-28T05:58:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:58:26.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-28T05:58:27.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:27.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T05:58:27.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0d1fc53-29fb-4e1d-b56f-41eaba06d910","serviceName":"vFW 2022-09-28 05-56-52","serviceVersion":"1.0","serviceUUID":"e520fb43-e2f4-4c4a-b685-0e7023f8f9cd","serviceDescription":"catalog service description","serviceInvariantUUID":"361b850f-baa0-4c36-8d42-b1c756d712e2","resources":[{"resourceInstanceName":"vFW 4731234d-4d5e 0","resourceName":"vFW 4731234d-4d5e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4407e43f-3f9f-4924-a98f-94c48b58c8db","resourceInvariantUUID":"ff560d06-83ef-4053-bdc1-7138813eb83d","resourceCustomizationUUID":"128c4827-61db-4ba5-8b8a-797471d6de01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml","artifactChecksum":"YTM0NzEyZWNhNGQ3Y2UwNDJkNGFmYTQzNjQwNTI2ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2210561c-6105-4e6c-88f6-0b27729b948d","artifactVersion":"1"},{"artifactName":"vfw4731234d4d5e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json","artifactChecksum":"ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"219118d9-4313-42d2-8f2e-37ede52d6db2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b167b1f3-85e6-46e7-83a0-3112fcc948e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NjIxZjIzNDM4MWY4ZDhiYTIwM2IxYzIxNjYyZWVkYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d1aa66b-4c01-4f50-bdef-a7e49c29ea5e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f58b4275-8878-4d50-8678-057e3a952d58","artifactVersion":"2","generatedFromUUID":"b167b1f3-85e6-46e7-83a0-3112fcc948e4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220928055652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml","artifactChecksum":"ZjcwNTcyYWYxYjcxZjcwZTYxMjU2OTIwZDFmZGYxNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cde49810-d1bc-4499-8822-35b7808a6680","artifactVersion":"1"},{"artifactName":"service-Vfw20220928055652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar","artifactChecksum":"ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"037c0280-9eff-42a0-90fd-864a9e3cd283","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T05:58:27.175Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:27.182Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:27.194Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:27.195Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:27.293Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-28T05:58:27.299Z||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-09-28T05:58:27.299Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:27.324Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:27.325Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:28.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:28.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:28.208Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:28.209Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T05:58:28.309Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:28.310Z||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-09-28T05:58:28.310Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:28.322Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:28.323Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:29.209Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:29.210Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:29.213Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:29.213Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T05:58:29.313Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T05:58:29.315Z||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-09-28T05:58:29.315Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:29.329Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:29.330Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:30.215Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:30.216Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:30.218Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:30.218Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:30.323Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-28T05:58:30.325Z||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-09-28T05:58:30.326Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:30.342Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:30.343Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:31.219Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:31.220Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:31.222Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:31.222Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T05:58:31.323Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:31.324Z||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-09-28T05:58:31.324Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:31.340Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:31.341Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:32.223Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:32.224Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:32.226Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:32.226Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:58:32.326Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:32.328Z||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-09-28T05:58:32.328Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:32.351Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:32.353Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:33.227Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:33.228Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:33.230Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:33.231Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T05:58:33.331Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:33.332Z||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-09-28T05:58:33.332Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:33.354Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:33.355Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:34.233Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"serviceName": "vFW 2022-09-28 05-56-52",
"serviceVersion": "1.0",
"serviceUUID": "e520fb43-e2f4-4c4a-b685-0e7023f8f9cd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "361b850f-baa0-4c36-8d42-b1c756d712e2",
"resources": [
{
"resourceInstanceName": "vFW 4731234d-4d5e 0",
"resourceCustomizationUUID": "128c4827-61db-4ba5-8b8a-797471d6de01",
"resourceName": "vFW 4731234d-4d5e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4407e43f-3f9f-4924-a98f-94c48b58c8db",
"resourceInvariantUUID": "ff560d06-83ef-4053-bdc1-7138813eb83d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4731234d4d5e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"artifactChecksum": "ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "219118d9-4313-42d2-8f2e-37ede52d6db2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b167b1f3-85e6-46e7-83a0-3112fcc948e4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f58b4275-8878-4d50-8678-057e3a952d58",
"generatedFromUUID": "b167b1f3-85e6-46e7-83a0-3112fcc948e4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f58b4275-8878-4d50-8678-057e3a952d58",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220928055652-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"artifactChecksum": "ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "037c0280-9eff-42a0-90fd-864a9e3cd283"
}
],
"workloadContext": "Production"
}
2022-09-28T05:58:34.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T05:58:34.234Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e520fb43-e2f4-4c4a-b685-0e7023f8f9cd ASDC
2022-09-28T05:58:34.357Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c0d1fc53-29fb-4e1d-b56f-41eaba06d910
ServiceName:vFW 2022-09-28 05-56-52
ServiceVersion:1.0
ServiceUUID:e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
ServiceInvariantUUID:361b850f-baa0-4c36-8d42-b1c756d712e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220928055652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
ArtifactUUID:037c0280-9eff-42a0-90fd-864a9e3cd283
ArtifactChecksum:ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4731234d-4d5e 0
ResourceCustomizationUUID:128c4827-61db-4ba5-8b8a-797471d6de01
ResourceInvariantUUID:ff560d06-83ef-4053-bdc1-7138813eb83d
ResourceName:vFW 4731234d-4d5e
ResourceType:VF
ResourceUUID:4407e43f-3f9f-4924-a98f-94c48b58c8db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4731234d4d5e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
ArtifactUUID:219118d9-4313-42d2-8f2e-37ede52d6db2
ArtifactChecksum:ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc=
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
ArtifactUUID:b167b1f3-85e6-46e7-83a0-3112fcc948e4
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
ArtifactUUID:f58b4275-8878-4d50-8678-057e3a952d58
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
ArtifactUUID:f58b4275-8878-4d50-8678-057e3a952d58
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-28T05:58:34.358Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e520fb43-e2f4-4c4a-b685-0e7023f8f9cd 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-09-28T05:58:34.627Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T05:58:34.629Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:34.630Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:34.631Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 037c0280-9eff-42a0-90fd-864a9e3cd283 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.631Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:34.632Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.750Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:34.769Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar 037c0280-9eff-42a0-90fd-864a9e3cd283 100642
2022-09-28T05:58:34.771Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar ASDC sendASDCNotification
2022-09-28T05:58:34.771Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.773Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:34.774Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:34.777Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:34.777Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344714769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T05:58:34.877Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:34.878Z||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-09-28T05:58:34.878Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:34.896Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:34.897Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:35.778Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T05:58:35.779Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:35.780Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 037c0280-9eff-42a0-90fd-864a9e3cd283, URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar to file: /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.781Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.898Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.898Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:36.700Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9133643812618186992/Definitions/service-Vfw20220928055652-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-28T05:58:39.958Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4731234d-4d5e 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-28T05:58:39.971Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.973Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-28T05:58:39.978Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T05:58:39.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.982Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.985Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T05:58:39.990Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6e7b9a36-75d5-455e-8dab-3110732e8338
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f328622-f3c1-470e-80f1-ffff5c927c5e
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67f4873f-473a-412b-aa55-6615a009d54d
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-28 05-56-52
Description:catalog service description
Model UUID:e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
Model Version:NULL
Model InvariantUuid:361b850f-baa0-4c36-8d42-b1c756d712e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4731234d-4d5e
Model UUID:195c43dc-d222-4567-8c2d-36dcd280bd54
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff560d06-83ef-4053-bdc1-7138813eb83d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:128c4827-61db-4ba5-8b8a-797471d6de01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dca16fe3-ccc6-4b9a-8e67-b344d1103add
ModelName:Vfw4731234d4d5e..base_vfw..module-0
ModelUuid:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6e7b9a36-75d5-455e-8dab-3110732e8338
ModelInvariantUuid:f8ed1f39-4165-4f93-98df-90359ef865ef
ModelName:vFW 4731234d-4d5e-nodes.vfwCvfc
ModelUuid:bcf68799-ab90-4655-b901-5a80164a2c81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c1816b2e-cb45-45bf-830a-8a1f06399b2a
ModelInvariantUuid:45983dd9-2498-4ee8-b874-14731bd87166
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vfw
ModelUuid:6fb04f11-1cdc-4694-b7d8-1f04fc9077a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f328622-f3c1-470e-80f1-ffff5c927c5e
ModelInvariantUuid:bec5e9ca-6da4-42e6-b13d-b040a6d0cfb7
ModelName:vFW 4731234d-4d5e-nodes.vsnCvfc
ModelUuid:85ec4c8d-a182-49c9-bf2a-4c09ca6d65e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:697276f6-98f5-48b7-a90c-35571b25609e
ModelInvariantUuid:4d76bcb3-66be-4cca-90be-7c7c18ce3b33
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vsn
ModelUuid:8a243091-d21f-4d00-ab1d-336190d073a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:67f4873f-473a-412b-aa55-6615a009d54d
ModelInvariantUuid:4ce1d4da-9818-44c1-b6c4-29dedbba9338
ModelName:vFW 4731234d-4d5e-nodes.vpgCvfc
ModelUuid:7db0c4a3-6aac-40e3-b30a-956bbae754b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2e245155-a96c-4003-a02a-f6a281a61599
ModelInvariantUuid:75ba7123-30c0-4844-b34b-7e41d322bf0c
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vpg
ModelUuid:ec5d223d-2478-4d23-8f86-7f90c2880e64
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-09-28T05:58:40.026Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4407e43f-3f9f-4924-a98f-94c48b58c8db
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-09-28T05:58:40.126Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||vFW 4731234d-4d5e 0
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4407e43f-3f9f-4924-a98f-94c48b58c8db
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 219118d9-4313-42d2-8f2e-37ede52d6db2 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:40.134Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.215Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json 219118d9-4313-42d2-8f2e-37ede52d6db2 785
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json ASDC sendASDCNotification
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:40.219Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:40.219Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344720216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T05:58:40.319Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:40.320Z||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-09-28T05:58:40.321Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:40.341Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:40.341Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:41.220Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4731234d4d5e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dca16fe3-ccc6-4b9a-8e67-b344d1103add",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4613f952-a7dd-49bf-bd59-2cfd23cf5b0f",
"vfModuleModelCustomizationUUID": "7067e38b-fd34-48f7-9c88-77d9c7ddc19c",
"isBase": true,
"artifacts": [
"b167b1f3-85e6-46e7-83a0-3112fcc948e4",
"f58b4275-8878-4d50-8678-057e3a952d58"
],
"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-09-28T05:58:41.237Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4731234d4d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
VfModuleModelInvariantUUID:dca16fe3-ccc6-4b9a-8e67-b344d1103add
VfModuleModelDescription:NULL
Artifacts UUID List:{
b167b1f3-85e6-46e7-83a0-3112fcc948e4
,
f58b4275-8878-4d50-8678-057e3a952d58
}
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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4731234d4d5e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dca16fe3-ccc6-4b9a-8e67-b344d1103add",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4613f952-a7dd-49bf-bd59-2cfd23cf5b0f",
"vfModuleModelCustomizationUUID": "7067e38b-fd34-48f7-9c88-77d9c7ddc19c",
"isBase": true,
"artifacts": [
"b167b1f3-85e6-46e7-83a0-3112fcc948e4",
"f58b4275-8878-4d50-8678-057e3a952d58"
],
"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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4731234d4d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
VfModuleModelInvariantUUID:dca16fe3-ccc6-4b9a-8e67-b344d1103add
VfModuleModelDescription:NULL
Artifacts UUID List:{
b167b1f3-85e6-46e7-83a0-3112fcc948e4
,
f58b4275-8878-4d50-8678-057e3a952d58
}
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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b167b1f3-85e6-46e7-83a0-3112fcc948e4 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.319Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml b167b1f3-85e6-46e7-83a0-3112fcc948e4 20368
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:41.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:41.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:41.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344721320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T05:58:41.424Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T05:58:41.425Z||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-09-28T05:58:41.425Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:41.441Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:41.441Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:42.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f58b4275-8878-4d50-8678-057e3a952d58 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.325Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:42.325Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.394Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env f58b4275-8878-4d50-8678-057e3a952d58 2098
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.396Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:42.396Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:42.398Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:42.399Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344722395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T05:58:42.499Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:42.500Z||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-09-28T05:58:42.501Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:42.518Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:42.519Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:43.399Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
2022-09-28T05:58:43.400Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4731234d-4d5e 0 4407e43f-3f9f-4924-a98f-94c48b58c8db ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T05:58:43.437Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27eaa48a, org.onap.sdc.toscaparser.api.parameters.Input@4aac707a, org.onap.sdc.toscaparser.api.parameters.Input@35be6f2c, org.onap.sdc.toscaparser.api.parameters.Input@696909b1, org.onap.sdc.toscaparser.api.parameters.Input@1b553ee2]
2022-09-28T05:58:43.463Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 128c4827-61db-4ba5-8b8a-797471d6de01
2022-09-28T05:58:43.465Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 128c4827-61db-4ba5-8b8a-797471d6de01 matches Tosca VF Customization UUID: 128c4827-61db-4ba5-8b8a-797471d6de01
2022-09-28T05:58:43.465Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 128c4827-61db-4ba5-8b8a-797471d6de01 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-09-28T05:58:43.473Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.474Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 128c4827-61db-4ba5-8b8a-797471d6de01: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6603cee1
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.486Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T05:58:43.488Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7067e38b-fd34-48f7-9c88-77d9c7ddc19c
2022-09-28T05:58:43.489Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7067e38b-fd34-48f7-9c88-77d9c7ddc19c
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-09-28T05:58:43.496Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.496Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.497Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.499Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:43.510Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.510Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6e7b9a36-75d5-455e-8dab-3110732e8338
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-09-28T05:58:43.518Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f328622-f3c1-470e-80f1-ffff5c927c5e
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-09-28T05:58:43.524Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.525Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.525Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.527Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.530Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T05:58:43.530Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67f4873f-473a-412b-aa55-6615a009d54d
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-09-28T05:58:43.532Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.532Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=128c4827-61db-4ba5-8b8a-797471d6de01
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-09-28T05:58:43.535Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e520fb43-e2f4-4c4a-b685-0e7023f8f9cd: vFW 4731234d-4d5e
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T05:58:43.539Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.539Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-28 05-56-52
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-09-28T05:58:43.824Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4731234d-4d5e 4407e43f-3f9f-4924-a98f-94c48b58c8db 1 ASDC deployResourceStructure
2022-09-28T05:58:43.825Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json ASDC sendASDCNotification
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:43.832Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:43.832Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344723825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T05:58:43.929Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T05:58:43.930Z||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-09-28T05:58:43.930Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:43.947Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:43.948Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:44.833Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:44.836Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:44.836Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344724833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T05:58:44.936Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:44.937Z||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-09-28T05:58:44.938Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:44.973Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:44.974Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:45.837Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T05:58:45.838Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:45.838Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:45.839Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:45.841Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:45.841Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344725837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-28T05:58:45.941Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:45.942Z||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-09-28T05:58:45.942Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:45.973Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:45.974Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:46.842Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar ASDC sendASDCNotification
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:46.846Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:46.846Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344726842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T05:58:46.946Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:46.947Z||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-09-28T05:58:46.947Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:46.966Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:58:46.966Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:47.847Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:58:47.878Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:58:47.880Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:58:47.880Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:58:47.881Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T05:59:17.881Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:17.897Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:17.899Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:59:17.899Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:59:17.900Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T05:59:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:59:26.561Z||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-09-28T05:59:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:59:26.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T05:59:26.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T05:59:26.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T05:59:26.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T05:59:47.900Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:47.912Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:47.914Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:59:47.914Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:59:47.915Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:00:17.915Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:17.926Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:17.930Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:00:17.930Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:00:17.931Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:00:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:00:26.561Z||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-09-28T06:00:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:00:26.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:00:26.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:00:26.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:00:26.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:00:47.931Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:47.949Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:17.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:17.961Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:01:26.561Z||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-09-28T06:01:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:01:27.105Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:01:27.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344692004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344699028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344708720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344702311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "cds",
"timestamp": 1664344709736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-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-09-28T06:01:27.134Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.134Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344710163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "ves-openapi-manager",
"timestamp": 1664344706196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344706519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344705979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344713815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344714769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344714927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344715133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344715548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344716017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664344716553,
"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-09-28T06:01:27.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344717139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344717176,
"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-09-28T06:01:27.177Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.177Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "clamp",
"timestamp": 1664344718146,
"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-09-28T06:01:27.190Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664344718183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344720216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344721320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344722395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344714776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344723825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344722726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344724833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344725837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344726842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344738445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "aai-ml",
"timestamp": 1664344739457,
"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-09-28T06:01:27.210Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.210Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:47.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:47.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T06:01:47.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:02:17.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:02:18.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910 and serviceModelVersionId: e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
2022-09-28T06:02:18.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361b850f-baa0-4c36-8d42-b1c756d712e2
2022-09-28T06:02:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:26.561Z||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-09-28T06:02:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:02:33.446Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0
2022-09-28T06:02:33.555Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:02:34.096Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|INFO|500||Invoke
2022-09-28T06:02:34.105Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbba77d8-3ab5-4ca1-bc7c-c42e8f616e7a], X-ECOMP-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], X-TransactionId=[], X-ONAP-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], Content-Type=[application/merge-patch+json]}
2022-09-28T06:02:34.218Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-28T06:02:34.451Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?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/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:02:33:019-36162], vertex-id=[352472], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:02:33 GMT], Content-Type=[application/json]}
2022-09-28T06:02:34.453Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:02:34.454Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|INFO|500||InvokeReturn
2022-09-28T06:02:34.460Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:02:34.460Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:02:34.467Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T06:02:34.468Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0d1fc53-29fb-4e1d-b56f-41eaba06d910 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:02:34.469Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:02:34.470Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:02:34.472Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:02:34.473Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344954469,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:02:34.573Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:02:34.574Z||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-09-28T06:02:34.574Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:34.593Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:02:34.593Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:02:35.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:02:35.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:02:35.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664344954469,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:02:35.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-09-28T06:02:35.490Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:35.491Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:35.491Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:45.909Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:02:45.910Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:45.911Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:45.911Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:55.462Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:02:55.463Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:55.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:55.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:03:05.020Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:03:05.021Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:05.021Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:03:05.022Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:03:14.585Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:03:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:26.520Z||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-09-28T06:03:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:03:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:26.561Z||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-09-28T06:03:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:03:36.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:03:36.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:04:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:04:26.521Z||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-09-28T06:04:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:04:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:04:26.561Z||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-09-28T06:04:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:04:36.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:04:36.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:05:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:05:26.520Z||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-09-28T06:05:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:05:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:05:26.561Z||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-09-28T06:05:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:05:36.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:05:36.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:06:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:06:26.520Z||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-09-28T06:06:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:06:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:06:26.561Z||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-09-28T06:06:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:06:36.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:06:36.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:07:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:07:26.520Z||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-09-28T06:07:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:07:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:07:26.561Z||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-09-28T06:07:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:07:36.132Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:07:36.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:08:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:08:26.520Z||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-09-28T06:08:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:08:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:08:26.561Z||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-09-28T06:08:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:08:36.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:08:36.125Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:09:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:09:26.520Z||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-09-28T06:09:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:09:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:09:26.561Z||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-09-28T06:09:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:09:36.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:09:36.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:10:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:10:26.520Z||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-09-28T06:10:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:10:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:10:26.561Z||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-09-28T06:10:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:10:36.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:10:36.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:11:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:11:26.520Z||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-09-28T06:11:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:11:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:11:26.561Z||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-09-28T06:11:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:11:36.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:11:36.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:12:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:12:26.521Z||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-09-28T06:12:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:12:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:12:26.561Z||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-09-28T06:12:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:12:36.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:12:36.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:13:26.520Z||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-09-28T06:13:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:13:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:13:26.562Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:13:26.562Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:13:27.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7132993f-c22c-41af-a87b-a17822b6f432","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8eb7bfe9-318b-4fc6-92ee-d4591bc42652","serviceDescription":"service","serviceInvariantUUID":"0675934e-eab6-412c-b56e-9a0ffc80cb3a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"854a2bfd-109c-4c5a-aaa7-1b899fd29578","resourceInvariantUUID":"2b9db940-a7cf-48ff-b81c-34a80c4a8682","resourceCustomizationUUID":"6ff5a41c-11a1-4f05-ac15-f7a84daececf","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmY0YjUxYWIyY2ViMGUwMDcwMjNmZmRjOTY3MjMyMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7497e186-b82b-45fb-bac1-a2eb0193a848","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75ca5058-d0f3-41df-8c90-dca084e66ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:13:27.211Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:13:27.212Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:27.216Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:27.217Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345606519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.220Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:27.221Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.222Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "aai-ml",
"timestamp": 1664345554777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "cds",
"timestamp": 1664345554028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "aai-ml",
"timestamp": 1664345554777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "cds",
"timestamp": 1664345554028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "cds",
"timestamp": 1664345559114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "aai-ml",
"timestamp": 1664345558651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "cds",
"timestamp": 1664345560122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-09-28T06:13:27.257Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.257Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "clamp",
"timestamp": 1664345562004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "clamp",
"timestamp": 1664345562004,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "aai-ml",
"timestamp": 1664345563611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "aai-ml",
"timestamp": 1664345564618,
"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-09-28T06:13:27.299Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.299Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.318Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:13:27.319Z||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-09-28T06:13:27.320Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345566196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345565979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345566196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345565979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "clamp",
"timestamp": 1664345568371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "clamp",
"timestamp": 1664345570381,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "clamp",
"timestamp": 1664345571385,
"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-09-28T06:13:27.331Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.331Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345572311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345572311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345575073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.340Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345576866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:13:27.341Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.342Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345577871,
"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-09-28T06:13:27.347Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.348Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:28.217Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:13:28.218Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:28.221Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:28.221Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345606519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:13:28.321Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:13:28.322Z||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-09-28T06:13:28.322Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:28.351Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:28.352Z||pool-20-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:13:29.222Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8eb7bfe9-318b-4fc6-92ee-d4591bc42652",
"serviceDescription": "service",
"serviceInvariantUUID": "0675934e-eab6-412c-b56e-9a0ffc80cb3a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6ff5a41c-11a1-4f05-ac15-f7a84daececf",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "854a2bfd-109c-4c5a-aaa7-1b899fd29578",
"resourceInvariantUUID": "2b9db940-a7cf-48ff-b81c-34a80c4a8682",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75ca5058-d0f3-41df-8c90-dca084e66ecd"
}
],
"workloadContext": "Production"
}
2022-09-28T06:13:29.223Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:13:29.224Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8eb7bfe9-318b-4fc6-92ee-d4591bc42652 ASDC
2022-09-28T06:13:29.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7132993f-c22c-41af-a87b-a17822b6f432
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8eb7bfe9-318b-4fc6-92ee-d4591bc42652
ServiceInvariantUUID:0675934e-eab6-412c-b56e-9a0ffc80cb3a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:75ca5058-d0f3-41df-8c90-dca084e66ecd
ArtifactChecksum:Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6ff5a41c-11a1-4f05-ac15-f7a84daececf
ResourceInvariantUUID:2b9db940-a7cf-48ff-b81c-34a80c4a8682
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:854a2bfd-109c-4c5a-aaa7-1b899fd29578
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-28T06:13:29.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb7bfe9-318b-4fc6-92ee-d4591bc42652 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-09-28T06:13:29.261Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:13:29.262Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75ca5058-d0f3-41df-8c90-dca084e66ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:13:29.264Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.357Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:13:29.360Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 75ca5058-d0f3-41df-8c90-dca084e66ecd 57612
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:29.371Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:29.372Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345609363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:13:29.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:13:29.469Z||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-09-28T06:13:29.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:29.501Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:29.502Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:13:30.372Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:13:30.373Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:30.373Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75ca5058-d0f3-41df-8c90-dca084e66ecd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.565Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12838842188446496903/Definitions/service-BasicNetwork-template.yml
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8eb7bfe9-318b-4fc6-92ee-d4591bc42652
Model Version:NULL
Model InvariantUuid:0675934e-eab6-412c-b56e-9a0ffc80cb3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b9db940-a7cf-48ff-b81c-34a80c4a8682
Model UUID:711dee66-c468-4656-8919-e1d5f6d70891
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6ff5a41c-11a1-4f05-ac15-f7a84daececf
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-28T06:13:31.219Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 854a2bfd-109c-4c5a-aaa7-1b899fd29578
2022-09-28T06:13:31.220Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||No resources found for Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
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-09-28T06:13:31.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||
2022-09-28T06:13:31.226Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:13:31.232Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bbe199b, org.onap.sdc.toscaparser.api.parameters.Input@25fd812b, org.onap.sdc.toscaparser.api.parameters.Input@9187e52, org.onap.sdc.toscaparser.api.parameters.Input@6691a51, org.onap.sdc.toscaparser.api.parameters.Input@1d80b9c6]
2022-09-28T06:13:31.233Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.233Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8eb7bfe9-318b-4fc6-92ee-d4591bc42652: Generic NeutronNet
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.235Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.235Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-28T06:13:31.273Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.273Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-28T06:13:31.340Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:31.343Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:31.344Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345611341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:13:31.445Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:13:31.446Z||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-09-28T06:13:31.446Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:31.463Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:13:31.464Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:13:32.345Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432
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-09-28T06:13:32.361Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432
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-09-28T06:13:32.367Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:13:32.369Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:13:32.369Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T06:13:32.376Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:14:02.377Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:14:02.385Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7132993f-c22c-41af-a87b-a17822b6f432 and serviceModelVersionId: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:14:02.385Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0675934e-eab6-412c-b56e-9a0ffc80cb3a
2022-09-28T06:14:02.386Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0
2022-09-28T06:14:02.394Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:14:02.468Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?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-09-28T06:14:02.470Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|INFO|500||Invoke
2022-09-28T06:14:02.506Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-28T06:14:02.681Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|INFO|500||InvokeReturn
2022-09-28T06:14:02.682Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:14:01:308-41500], vertex-id=[397368], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:14:01 GMT], Content-Type=[application/json]}
2022-09-28T06:14:02.683Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:14:02.684Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:14:02.684Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:14:02.689Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T06:14:02.690Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7132993f-c22c-41af-a87b-a17822b6f432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:14:02.690Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:14:02.691Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:02.694Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:02.694Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345642690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:14:02.794Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:02.796Z||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-09-28T06:14:02.796Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:02.817Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:02.817Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 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-09-28T06:14:26.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:14:26.522Z||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-09-28T06:14:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:14:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:14:26.561Z||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-09-28T06:14:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:14:26.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:26.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:14:26.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345606519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:26.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:14:27.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:27.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-28T06:14:27.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c3f72b9-686f-42c6-81b7-b24bb2e6fed7","serviceName":"Demo_pNF_LFe0ldR771Z1WG43o9p7","serviceVersion":"1.0","serviceUUID":"b06050e2-def1-4870-8092-ca1d43c653e0","serviceDescription":"catalog service description","serviceInvariantUUID":"1cf4cc24-aa88-475e-876e-dbf1cfebfb9f","resources":[{"resourceInstanceName":"pNF 96a1bb79-286d 0","resourceName":"pNF 96a1bb79-286d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a675cbd8-3058-4758-a5c9-fdddc03baf70","resourceInvariantUUID":"db19dd44-ca86-431a-9610-44ebefb430f5","resourceCustomizationUUID":"96aaac5b-3bdf-4b87-877f-45c74e472f0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml","artifactChecksum":"N2Q3NThkYWUzMTY4N2I4NTkxNzNhZTVmNTNlOWI3Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3da24e4c-483c-4905-916c-6d6bf58f9725","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar","artifactChecksum":"ZTE3MTk1OTM0MTZkNTdjMTRjMTk1ZDllMWVmNDY0NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21c1dd4c-08ea-47ee-99ec-d875ac97393f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edc30bc9-33e3-4a75-b1d5-5ad9ff9b3ff1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ1YjZmOTBmZTM0OWM1NmFlZjMzYThiOTI0ZWIzMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8aa627e4-1476-4fd5-a1fa-2138930e9c98","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24527ad2-225b-4d8e-9b21-c3c835d90747","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93ab1365-a183-4e27-b2ea-b5cbaa8cf9d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml","artifactChecksum":"MTUxMzE4MzlmYjcyYzYwMTU2YTcxYTY1NmQ2NmRlMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4021160-fb76-496f-8c75-b12f3e3cf8ee","artifactVersion":"1"},{"artifactName":"service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar","artifactChecksum":"ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"585b6a7f-9f60-4df1-bdda-526cb748983b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:14:27.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:27.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:27.181Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:27.181Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:27.282Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:14:27.283Z||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-09-28T06:14:27.283Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:27.299Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:27.299Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:28.182Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:28.183Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:28.185Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:28.185Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:28.285Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:28.286Z||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-09-28T06:14:28.286Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:28.311Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:28.311Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:29.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:29.197Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:29.199Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:29.200Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:29.299Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:29.300Z||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-09-28T06:14:29.300Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:29.314Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:29.315Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:30.205Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:30.206Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:30.210Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:30.210Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:30.310Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:30.311Z||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-09-28T06:14:30.312Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:30.325Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:30.325Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:31.212Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:31.213Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:31.218Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:31.218Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:31.315Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:14:31.316Z||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-09-28T06:14:31.316Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:31.332Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:31.333Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:32.219Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:32.220Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:32.224Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:32.224Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:32.322Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:14:32.324Z||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-09-28T06:14:32.324Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:32.346Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:32.347Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:33.225Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:33.230Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:33.232Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:33.233Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:14:33.333Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:33.334Z||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-09-28T06:14:33.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:33.363Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:33.363Z||pool-30-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:14:34.233Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:34.234Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:34.236Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:34.236Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:14:34.337Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:14:34.339Z||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-09-28T06:14:34.339Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:34.390Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:34.391Z||pool-31-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:35.242Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"serviceName": "Demo_pNF_LFe0ldR771Z1WG43o9p7",
"serviceVersion": "1.0",
"serviceUUID": "b06050e2-def1-4870-8092-ca1d43c653e0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1cf4cc24-aa88-475e-876e-dbf1cfebfb9f",
"resources": [
{
"resourceInstanceName": "pNF 96a1bb79-286d 0",
"resourceCustomizationUUID": "96aaac5b-3bdf-4b87-877f-45c74e472f0d",
"resourceName": "pNF 96a1bb79-286d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a675cbd8-3058-4758-a5c9-fdddc03baf70",
"resourceInvariantUUID": "db19dd44-ca86-431a-9610-44ebefb430f5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"artifactChecksum": "ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "585b6a7f-9f60-4df1-bdda-526cb748983b"
}
],
"workloadContext": "Production"
}
2022-09-28T06:14:35.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:14:35.244Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b06050e2-def1-4870-8092-ca1d43c653e0 ASDC
2022-09-28T06:14:35.245Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
ServiceName:Demo_pNF_LFe0ldR771Z1WG43o9p7
ServiceVersion:1.0
ServiceUUID:b06050e2-def1-4870-8092-ca1d43c653e0
ServiceInvariantUUID:1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
ArtifactUUID:585b6a7f-9f60-4df1-bdda-526cb748983b
ArtifactChecksum:ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 96a1bb79-286d 0
ResourceCustomizationUUID:96aaac5b-3bdf-4b87-877f-45c74e472f0d
ResourceInvariantUUID:db19dd44-ca86-431a-9610-44ebefb430f5
ResourceName:pNF 96a1bb79-286d
ResourceType:PNF
ResourceUUID:a675cbd8-3058-4758-a5c9-fdddc03baf70
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-28T06:14:35.245Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b06050e2-def1-4870-8092-ca1d43c653e0 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-09-28T06:14:35.288Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:14:35.289Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 585b6a7f-9f60-4df1-bdda-526cb748983b from URL: /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:14:35.291Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.391Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:14:35.396Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar 585b6a7f-9f60-4df1-bdda-526cb748983b 87735
2022-09-28T06:14:35.396Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar ASDC sendASDCNotification
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:35.400Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:35.400Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345675396,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:14:35.500Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:35.503Z||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-09-28T06:14:35.503Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:35.527Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:35.528Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:14:36.401Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 585b6a7f-9f60-4df1-bdda-526cb748983b, URL: /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar to file: /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.404Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.404Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.560Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15384993889642741432/Definitions/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml
2022-09-28T06:14:37.499Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:14:37.499Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96a1bb79-286d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.502Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.502Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Node template pNF 96a1bb79-286d 0 is matching search criteria
2022-09-28T06:14:37.503Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:14:37.503Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 96a1bb79-286d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:14:37.504Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Node template pNF 96a1bb79-286d 0 is matching search criteria
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 96a1bb79-286d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_LFe0ldR771Z1WG43o9p7
Description:catalog service description
Model UUID:b06050e2-def1-4870-8092-ca1d43c653e0
Model Version:NULL
Model InvariantUuid:1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-28T06:14:37.525Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: a675cbd8-3058-4758-a5c9-fdddc03baf70
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-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||pNF 96a1bb79-286d 0
2022-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a675cbd8-3058-4758-a5c9-fdddc03baf70
2022-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:14:37.530Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:14:37.530Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96a1bb79-286d 0 a675cbd8-3058-4758-a5c9-fdddc03baf70 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:14:37.536Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cfcf547, org.onap.sdc.toscaparser.api.parameters.Input@1e6badfc, org.onap.sdc.toscaparser.api.parameters.Input@4fd36a65, org.onap.sdc.toscaparser.api.parameters.Input@233fb42f, org.onap.sdc.toscaparser.api.parameters.Input@8423bc2]
2022-09-28T06:14:37.537Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.540Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b06050e2-def1-4870-8092-ca1d43c653e0: pNF 96a1bb79-286d
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Processing PNF resource: a675cbd8-3058-4758-a5c9-fdddc03baf70
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:14:37.543Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.544Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Resource customization UUID: 96aaac5b-3bdf-4b87-877f-45c74e472f0d is the same as notified resource customizationUUID: 96aaac5b-3bdf-4b87-877f-45c74e472f0d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-28T06:14:37.623Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 96a1bb79-286d a675cbd8-3058-4758-a5c9-fdddc03baf70 0 ASDC deployResourceStructure
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar ASDC sendASDCNotification
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:14:37.625Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:37.627Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:37.627Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345677624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:14:37.727Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:37.729Z||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-09-28T06:14:37.729Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:37.755Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:14:37.756Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:38.628Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:14:38.642Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:14:38.644Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:14:38.644Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:14:38.645Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:08.645Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:08.657Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:15:26.562Z||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-09-28T06:15:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:15:26.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:15:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345606519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345609363,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345611341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345614028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345614776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345626716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345626232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "cds",
"timestamp": 1664345627721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-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-09-28T06:15:26.636Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345622004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345631211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "aai-ml",
"timestamp": 1664345632216,
"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-09-28T06:15:26.657Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.657Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345626196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345625978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345635013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345636265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345629028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345637270,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-09-28T06:15:26.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 and ComponentName
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-09-28T06:15:26.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345636804,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "cds",
"timestamp": 1664345637809,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-09-28T06:15:26.696Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.696Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345639385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345641108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345642690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345642395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345642938,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "clamp",
"timestamp": 1664345643402,
"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-09-28T06:15:26.714Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345643942,
"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-09-28T06:15:26.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345632311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345644776,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345652041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "ves-openapi-manager",
"timestamp": 1664345646196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345645978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345652505,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345653777,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345654368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345654852,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345655371,
"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-09-28T06:15:26.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.746Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345655929,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345656968,
"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-09-28T06:15:26.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664345657973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345652004,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345660307,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "aai-ml",
"timestamp": 1664345661314,
"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-09-28T06:15:26.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.772Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345662390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345662311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345662311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345664398,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664345662311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "clamp",
"timestamp": 1664345665403,
"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-09-28T06:15:26.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
"consumerID": "cds",
"timestamp": 1664345659027,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-28T06:15:38.661Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:38.683Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:38.689Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.692Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-28T06:15:38.692Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-09-28T06:15:38.697Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:16:08.697Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:16:08.706Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 and serviceModelVersionId: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:16:08.706Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
2022-09-28T06:16:08.708Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0
2022-09-28T06:16:08.718Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:16:08.817Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|INFO|500||Invoke
2022-09-28T06:16:08.818Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9348fa96-02ce-4a76-bcf6-605497a77559], X-ECOMP-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], X-TransactionId=[], X-ONAP-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], Content-Type=[application/merge-patch+json]}
2022-09-28T06:16:08.840Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-28T06:16:08.970Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?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/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:16:07:635-74915], vertex-id=[413752], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:16:07 GMT], Content-Type=[application/json]}
2022-09-28T06:16:08.971Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:16:08.971Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|INFO|500||InvokeReturn
2022-09-28T06:16:08.972Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:16:08.973Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-09-28T06:16:08.978Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|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-09-28T06:16:08.979Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:16:08.979Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:16:08.980Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:08.982Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:08.982Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345768979,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:16:09.082Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:09.086Z||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-09-28T06:16:09.086Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:09.130Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:09.131Z||pool-34-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T06:16:10.008Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-28T06:16:10.009Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bb309a9-608f-498b-b163-aaea0de9547e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cde4fb82-cacc-4651-95fe-b197b858cb43","serviceDescription":"service","serviceInvariantUUID":"6b433ddd-3dcc-4f0d-87f1-beb207532811","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78abf922-2c9f-4970-b456-eaa37c4135b9","resourceInvariantUUID":"6f29ae9b-3b83-4d06-8b4f-a741adb7c363","resourceCustomizationUUID":"5178da52-06be-49d5-bc91-bf21f9cc4ce2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDVlYzlhYTBiODAyOTk1NmI5NzVlY2I3ZjUyZjk3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b97fafb6-2773-4cdd-8e8d-36cfc6afaab7","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e12cb526-0ab9-4d12-97fb-16cf45bebda6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a790d302-f3a4-4aa7-80ba-b8e295a7a99b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59616783-af4e-404d-8422-5937512daca9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7cf4cb85-eec7-4c67-8661-20838368657a","artifactVersion":"2","generatedFromUUID":"a790d302-f3a4-4aa7-80ba-b8e295a7a99b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTYzZTM4YzhiOTY1OGJjOWNjOTMyYzdhNzdmYWM1M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c40f407-1000-44ea-92b8-f519b8cc29d8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ba8d987-b8fe-4b1c-aed7-818ea648e737","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:16:10.010Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:10.010Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:10.015Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:10.015Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:16:10.114Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:16:10.116Z||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-09-28T06:16:10.116Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:10.131Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:10.132Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:11.017Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:11.018Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:11.021Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:11.021Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-28T06:16:11.120Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:11.122Z||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-09-28T06:16:11.122Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:11.144Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:11.145Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:12.024Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:12.025Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:12.027Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:12.028Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-28T06:16:12.128Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:12.129Z||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-09-28T06:16:12.130Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:12.157Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:12.158Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:13.028Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:13.030Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:13.032Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:13.032Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:16:13.132Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:13.133Z||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-09-28T06:16:13.133Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:13.153Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:13.154Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:14.033Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:14.034Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:14.044Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:14.044Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-28T06:16:14.141Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:14.142Z||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-09-28T06:16:14.142Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:14.155Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:14.155Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:15.045Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:15.046Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:15.048Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:15.048Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-28T06:16:15.148Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:15.149Z||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-09-28T06:16:15.149Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:15.165Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:15.166Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:16.049Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:16.050Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:16.055Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:16.056Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345666519,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-28T06:16:16.153Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:16.154Z||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-09-28T06:16:16.154Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:16.174Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:16.175Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:17.057Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "cde4fb82-cacc-4651-95fe-b197b858cb43",
"serviceDescription": "service",
"serviceInvariantUUID": "6b433ddd-3dcc-4f0d-87f1-beb207532811",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5178da52-06be-49d5-bc91-bf21f9cc4ce2",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "78abf922-2c9f-4970-b456-eaa37c4135b9",
"resourceInvariantUUID": "6f29ae9b-3b83-4d06-8b4f-a741adb7c363",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e12cb526-0ab9-4d12-97fb-16cf45bebda6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7cf4cb85-eec7-4c67-8661-20838368657a",
"generatedFromUUID": "a790d302-f3a4-4aa7-80ba-b8e295a7a99b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7cf4cb85-eec7-4c67-8661-20838368657a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ba8d987-b8fe-4b1c-aed7-818ea648e737"
}
],
"workloadContext": "Production"
}
2022-09-28T06:16:17.058Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:16:17.058Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cde4fb82-cacc-4651-95fe-b197b858cb43 ASDC
2022-09-28T06:16:17.059Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1bb309a9-608f-498b-b163-aaea0de9547e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cde4fb82-cacc-4651-95fe-b197b858cb43
ServiceInvariantUUID:6b433ddd-3dcc-4f0d-87f1-beb207532811
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6ba8d987-b8fe-4b1c-aed7-818ea648e737
ArtifactChecksum:YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5178da52-06be-49d5-bc91-bf21f9cc4ce2
ResourceInvariantUUID:6f29ae9b-3b83-4d06-8b4f-a741adb7c363
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:78abf922-2c9f-4970-b456-eaa37c4135b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e12cb526-0ab9-4d12-97fb-16cf45bebda6
ArtifactChecksum:Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a790d302-f3a4-4aa7-80ba-b8e295a7a99b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7cf4cb85-eec7-4c67-8661-20838368657a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7cf4cb85-eec7-4c67-8661-20838368657a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-28T06:16:17.059Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cde4fb82-cacc-4651-95fe-b197b858cb43 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-09-28T06:16:17.092Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ba8d987-b8fe-4b1c-aed7-818ea648e737 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.190Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6ba8d987-b8fe-4b1c-aed7-818ea648e737 74771
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:17.197Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:17.197Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345777194,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:16:17.298Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:17.299Z||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-09-28T06:16:17.299Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:17.313Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:17.313Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:18.198Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:16:18.199Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:18.200Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6ba8d987-b8fe-4b1c-aed7-818ea648e737, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.200Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-28T06:16:18.201Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.201Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.364Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4097865908960546690/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-28T06:16:19.715Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:16:19.715Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|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-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|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-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|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-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|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-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ae13e50-d464-48e8-8a55-d6d09bbef77d
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cde4fb82-cacc-4651-95fe-b197b858cb43
Model Version:NULL
Model InvariantUuid:6b433ddd-3dcc-4f0d-87f1-beb207532811
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:f630f597-41f7-42c8-a696-2f9f9d25b67d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f29ae9b-3b83-4d06-8b4f-a741adb7c363
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5178da52-06be-49d5-bc91-bf21f9cc4ce2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3b2bb222-901c-4eaf-b5ca-48052db6f684
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:aed9017a-f490-4a73-972b-1d59fb1d935a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9ae13e50-d464-48e8-8a55-d6d09bbef77d
ModelInvariantUuid:a272f01d-f5da-43f8-a817-ab7413ceb9a4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c5196e11-2f74-47a9-86f1-d4765c462703
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:ab5d970b-40ac-4056-a543-33e688749f0c
ModelInvariantUuid:cf9fb5ff-ead2-4ed2-91f5-c63d06b30666
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:28f212a0-534e-4b2e-856a-88b7aa050dce
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-09-28T06:16:19.730Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 78abf922-2c9f-4970-b456-eaa37c4135b9
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-09-28T06:16:19.733Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78abf922-2c9f-4970-b456-eaa37c4135b9
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e12cb526-0ab9-4d12-97fb-16cf45bebda6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.804Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e12cb526-0ab9-4d12-97fb-16cf45bebda6 787
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:19.814Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:19.814Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345779805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:16:19.908Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-28T06:16:19.909Z||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-09-28T06:16:19.909Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:19.928Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:19.929Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:20.815Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3b2bb222-901c-4eaf-b5ca-48052db6f684",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aed9017a-f490-4a73-972b-1d59fb1d935a",
"vfModuleModelCustomizationUUID": "ed3ac7f1-4f75-42b7-b43d-6532a9d2368e",
"isBase": true,
"artifacts": [
"a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
"7cf4cb85-eec7-4c67-8661-20838368657a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-28T06:16:20.821Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aed9017a-f490-4a73-972b-1d59fb1d935a
VfModuleModelInvariantUUID:3b2bb222-901c-4eaf-b5ca-48052db6f684
VfModuleModelDescription:NULL
Artifacts UUID List:{
a790d302-f3a4-4aa7-80ba-b8e295a7a99b
,
7cf4cb85-eec7-4c67-8661-20838368657a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3b2bb222-901c-4eaf-b5ca-48052db6f684",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aed9017a-f490-4a73-972b-1d59fb1d935a",
"vfModuleModelCustomizationUUID": "ed3ac7f1-4f75-42b7-b43d-6532a9d2368e",
"isBase": true,
"artifacts": [
"a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
"7cf4cb85-eec7-4c67-8661-20838368657a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aed9017a-f490-4a73-972b-1d59fb1d935a
VfModuleModelInvariantUUID:3b2bb222-901c-4eaf-b5ca-48052db6f684
VfModuleModelDescription:NULL
Artifacts UUID List:{
a790d302-f3a4-4aa7-80ba-b8e295a7a99b
,
7cf4cb85-eec7-4c67-8661-20838368657a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a790d302-f3a4-4aa7-80ba-b8e295a7a99b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.900Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a790d302-f3a4-4aa7-80ba-b8e295a7a99b 5033
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.902Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:20.902Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:20.907Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:20.907Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345780901,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:16:21.005Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:21.006Z||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-09-28T06:16:21.006Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:21.030Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:21.031Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7cf4cb85-eec7-4c67-8661-20838368657a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.955Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:21.955Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7cf4cb85-eec7-4c67-8661-20838368657a 903
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:21.959Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:21.960Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664345781956,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-28T06:16:22.059Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:22.061Z||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-09-28T06:16:22.061Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:22.101Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-28T06:16:22.102Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:22.961Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cde4fb82-cacc-4651-95fe-b197b858cb43
2022-09-28T06:16:22.962Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 78abf922-2c9f-4970-b456-eaa37c4135b9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:16:24.968Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27b3c0ec, org.onap.sdc.toscaparser.api.parameters.Input@2f924b7a, org.onap.sdc.toscaparser.api.parameters.Input@28134498, org.onap.sdc.toscaparser.api.parameters.Input@20bde8e3, org.onap.sdc.toscaparser.api.parameters.Input@1930f8b8]
2022-09-28T06:16:24.970Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.970Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:24.971Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-09-28T06:16:24.971Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5178da52-06be-49d5-bc91-bf21f9cc4ce2
2022-09-28T06:16:24.975Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2 matches Tosca VF Customization UUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2
2022-09-28T06:16:24.976Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2 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-09-28T06:16:24.988Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.988Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:24.989Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5178da52-06be-49d5-bc91-bf21f9cc4ce2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T06:16:24.989Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59740620
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed3ac7f1-4f75-42b7-b43d-6532a9d2368e
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed3ac7f1-4f75-42b7-b43d-6532a9d2368e
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-09-28T06:16:24.994Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ae13e50-d464-48e8-8a55-d6d09bbef77d
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-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5178da52-06be-49d5-bc91-bf21f9cc4ce2
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-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cde4fb82-cacc-4651-95fe-b197b858cb43: basic_vm
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery