By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-22T00:51:26.623Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T00:51:35.856Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T00:51:35.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T00:51:35.946Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T00:51:38.075Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T00:51:38.253Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T00:51:38.657Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T00:51:38.686Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T00:51:38.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T00:51:38.878Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T00:51:39.247Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T00:51:40.064Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T00:51:42.015Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T00:51:42.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T00:51:42.490Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T00:51:42.674Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-22T00:51:43.825Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T00:51:44.750Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-22T00:51:44.770Z||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$$b169728.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-22T00:51:44.771Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T00:51:47.452Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-22T00:51:50.025Z||main|||||WARN|500||---
2022-03-22T00:51:50.026Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T00:51:50.026Z||main|||||WARN|500||---
2022-03-22T00:51:50.359Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T00:51:54.350Z||main|||||INFO|500||Started Application in 32.056 seconds (JVM running for 33.257)
2022-03-22T00:51:54.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T00:51:54.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T00:51:54.423Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T00:51:54.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T00:51:54.533Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07c45c59-11fb-48bc-a9f2-7bc767baeb80 url= /sdc/v1/artifactTypes
2022-03-22T00:51:54.534Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T00:51:54.798Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T00:51:54.818Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-22T00:51:54.836Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T00:51:54.842Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T00:51:55.396Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:51:55.414Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3aef2ef3-48f0-415f-abf3-c73419924a23 url= /sdc/v1/registerForDistribution
2022-03-22T00:51:55.746Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3aef2ef3-48f0-415f-abf3-c73419924a23 url= /sdc/v1/registerForDistribution
2022-03-22T00:51:55.747Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T00:51:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:51:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:51:55.762Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T00:51:55.764Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:51:55.764Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:51:55.764Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:51:55.764Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:52:09.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:52:09.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:52:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:52:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:52:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:52:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:52:55.758Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:52:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:53:05.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:53:05.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:53:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:53:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:53:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:53:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:53:55.758Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:53:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:54:05.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:54:05.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:54:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:54:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:54:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:54:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:54:55.758Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:54:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:55:05.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:55:05.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:55:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:55:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:55:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:55:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:55:55.758Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:55:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:56:05.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:56:05.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:56:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:56:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:56:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:56:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:56:55.758Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:56:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:57:05.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:57:05.311Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:57:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:57:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:57:55.757Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:57:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:57:55.757Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:57:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:58:05.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:58:05.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:58:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:58:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:58:55.759Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:58:55.760Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T00:58:55.760Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:58:55.761Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:59:05.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:59:05.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T00:59:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:59:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T00:59:55.757Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:59:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T00:59:55.757Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T00:59:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:00:05.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:00:05.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:00:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:00:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:00:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:00:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:00:55.757Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:00:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:01:05.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:01:05.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:01:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:01:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:01:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:01:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:01:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:01:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:01:57.152Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T01:02:05.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:02:05.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:02:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:02:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:02:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:02:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:02:55.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:02:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:03:05.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:03:05.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:03:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:03:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:03:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:03:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:03:55.758Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:03:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:04:05.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:04:05.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:04:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:04:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:04:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:04:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:04:55.757Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:04:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:05:05.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:05:05.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:05:55.755Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:05:55.756Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:05:55.756Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:05:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:05:55.757Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:05:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:06:05.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:06:05.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:06:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:06:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:06:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:06:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:06:55.758Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:06:55.758Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:07:05.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:07:05.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:07:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:07:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:07:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:07:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:07:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:07:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:08:05.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:08:05.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:08:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:08:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:08:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:08:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:08:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:08:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:09:05.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:09:05.307Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:09:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:09:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:09:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:09:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:09:55.757Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:09:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:10:05.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:10:05.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:10:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:10:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:10:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:10:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:10:55.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:10:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:11:05.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:11:05.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:11:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:11:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:11:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:11:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:11:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:11:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:12:05.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:12:05.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:12:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:12:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:12:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:12:55.757Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:12:55.757Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:12:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:13:05.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:13:05.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:13:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:13:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:13:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:13:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:13:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:13:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:14:05.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:14:05.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:14:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:14:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:14:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:14:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:14:55.757Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:14:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:15:05.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:15:05.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:15:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:15:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:15:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:15:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:15:55.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:15:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:16:05.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:16:05.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:16:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:16:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:16:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:16:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:16:55.758Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:16:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:17:05.297Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:17:05.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:17:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:17:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:17:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:17:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:17:55.757Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:17:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:18:05.303Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:18:05.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:18:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:18:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:18:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:18:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:18:55.757Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:18:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:19:05.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:19:05.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:19:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:19:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:19:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:19:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:19:55.757Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:19:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:20:05.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:20:05.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:20:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:20:55.756Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:20:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:20:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:20:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:20:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:21:05.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:21:05.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:21:55.755Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:21:55.755Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:21:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:21:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:21:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:21:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:22:05.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:22:05.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:22:55.755Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:22:55.756Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:22:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:22:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:22:55.758Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:22:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:23:05.300Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:23:05.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:23:55.755Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:23:55.756Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:23:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:23:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:23:55.757Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:23:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:24:05.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:24:05.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:24:55.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:24:55.756Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:24:55.756Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:24:55.757Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:24:55.759Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:24:55.759Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:25:05.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:25:05.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:25:55.755Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:25:55.755Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:25:55.756Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:25:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:25:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:25:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:26:05.307Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:26:05.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:26:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:26:55.756Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:26:55.756Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:26:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:26:55.759Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:26:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:27:05.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:27:05.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:27:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:27:55.756Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:27:55.756Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:27:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:27:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:27:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:28:05.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:28:05.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:28:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:28:55.755Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:28:55.756Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:28:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:28:55.758Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:28:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:29:05.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:29:05.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:29:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:29:55.755Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:29:55.755Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:29:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:29:55.757Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:29:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:30:05.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:30:05.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:30:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:30:55.755Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:30:55.756Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:30:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:30:55.758Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:30:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:31:05.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:31:05.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:31:55.755Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:31:55.756Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:31:55.756Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:31:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:31:55.757Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:31:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:32:05.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:32:05.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:32:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:32:55.756Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:32:55.759Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:32:55.759Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:32:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:32:55.759Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FwEqvJy9behDaUpd) ...
2022-03-22T01:33:05.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:33:05.316Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:33:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:33:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:33:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:33:55.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:33:55.759Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:33:55.759Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:34:05.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:34:05.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:34:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:34:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:34:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:34:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:34:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:34:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:35:05.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:35:05.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:35:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:35:55.755Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:35:55.755Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:35:55.757Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:35:55.757Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:35:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:36:05.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:36:05.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:36:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:36:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:36:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:36:55.757Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:36:55.758Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:36:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:37:05.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:37:05.305Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:37:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:37:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:37:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:37:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:37:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:37:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:38:05.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:38:05.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:38:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:38:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:38:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:38:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:38:55.757Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:38:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:39:05.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:39:05.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:39:55.755Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:39:55.756Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:39:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:39:55.757Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:39:55.757Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:39:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:05.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:05.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:55.755Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:40:55.756Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:40:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:40:55.758Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:40:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:40:56.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:56.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"670a0536-24b6-4674-a03a-6059ea56a631","serviceName":"basic_onboard_MqOjIs","serviceVersion":"1.0","serviceUUID":"c201be71-9fe0-4e72-909c-e661e34b7e41","serviceDescription":"service","serviceInvariantUUID":"fe640118-dba5-488a-9910-b1e764a3f43a","resources":[{"resourceInstanceName":"basic_onboard_MqOjIs 0","resourceName":"basic_onboard_MqOjIs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f256f04-7399-4ed2-ab50-2cd7e6172151","resourceInvariantUUID":"de656b61-3bed-4510-a669-202802bc1e0f","resourceCustomizationUUID":"08832f8f-72b0-4a71-875d-5690a19a1ab6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml","artifactChecksum":"YzMyMTNjNTk1YTg1YWNjZDU4ZTIzMTY5OGRkYTdlMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b87c533d-9338-4b86-b843-d65d357f5819","artifactVersion":"1"},{"artifactName":"basic_onboard_mqojis0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json","artifactChecksum":"MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac7bd3c1-8818-4149-87c2-e870a6950ed7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"052ab07c-6285-43bd-a8e6-85261ac7c85d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13e73cdb-619c-4df7-83aa-d1eb15bccbba","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f7c5129-7b35-474d-81fc-001a0f31606c","artifactVersion":"2","generatedFromUUID":"052ab07c-6285-43bd-a8e6-85261ac7c85d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMqojis-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml","artifactChecksum":"ODUyNmY1NmYyNThjMWYwNDRkY2U1NDk4NTVkNWQwN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6c2c1be-8ced-4e56-a589-bb31cf4e40c4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMqojis-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar","artifactChecksum":"OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"736bf5fe-b87f-48b7-96f2-3f221c6db787","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:40:56.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:56.400Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:56.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:56.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:56.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913226162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913221376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913223955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913227046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913236455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913236471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913236490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913230024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "cds",
"timestamp": 1647913237489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.514Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-22T01:40:56.518Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:56.518Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.532Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:56.533Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.587Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913237756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913232093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913238952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913233380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913240110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.629Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.629Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913240296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913241115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913241366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913242373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "policy-id",
"timestamp": 1647913243377,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.645Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-22T01:40:56.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913244106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913245110,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.661Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.661Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913248285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "aai-ml",
"timestamp": 1647913249289,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:56.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913249605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913251611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:40:56.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "clamp",
"timestamp": 1647913252615,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:40:56.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 670a0536-24b6-4674-a03a-6059ea56a631
2022-03-22T01:40:56.692Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 670a0536-24b6-4674-a03a-6059ea56a631 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:40:57.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:57.420Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:57.421Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:57.422Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:40:57.522Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:57.522Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:57.523Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:57.537Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:57.537Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:40:58.422Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:58.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:58.425Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:58.425Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:40:58.525Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:58.526Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:58.527Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:58.538Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:58.538Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:40:59.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:40:59.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:40:59.429Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:40:59.429Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:40:59.529Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:40:59.530Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:40:59.531Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:40:59.544Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:40:59.544Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:00.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:00.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:00.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:00.433Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T01:41:00.533Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:00.535Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:00.535Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:00.547Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:00.548Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:01.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:01.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:01.437Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:01.437Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:41:01.537Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:01.538Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:01.538Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:01.552Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:01.553Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:02.438Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:41:02.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:02.440Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:02.441Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:41:02.541Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:02.542Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:02.542Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:02.555Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:02.556Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:03.444Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"serviceName": "basic_onboard_MqOjIs",
"serviceVersion": "1.0",
"serviceUUID": "c201be71-9fe0-4e72-909c-e661e34b7e41",
"serviceDescription": "service",
"serviceInvariantUUID": "fe640118-dba5-488a-9910-b1e764a3f43a",
"resources": [
{
"resourceInstanceName": "basic_onboard_MqOjIs 0",
"resourceCustomizationUUID": "08832f8f-72b0-4a71-875d-5690a19a1ab6",
"resourceName": "basic_onboard_MqOjIs",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f256f04-7399-4ed2-ab50-2cd7e6172151",
"resourceInvariantUUID": "de656b61-3bed-4510-a669-202802bc1e0f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mqojis0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"artifactChecksum": "MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac7bd3c1-8818-4149-87c2-e870a6950ed7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "052ab07c-6285-43bd-a8e6-85261ac7c85d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f7c5129-7b35-474d-81fc-001a0f31606c",
"generatedFromUUID": "052ab07c-6285-43bd-a8e6-85261ac7c85d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f7c5129-7b35-474d-81fc-001a0f31606c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMqojis-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"artifactChecksum": "OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "736bf5fe-b87f-48b7-96f2-3f221c6db787"
}
],
"workloadContext": "Production"
}
2022-03-22T01:41:03.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:41:03.447Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c201be71-9fe0-4e72-909c-e661e34b7e41 ASDC
2022-03-22T01:41:03.532Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:670a0536-24b6-4674-a03a-6059ea56a631
ServiceName:basic_onboard_MqOjIs
ServiceVersion:1.0
ServiceUUID:c201be71-9fe0-4e72-909c-e661e34b7e41
ServiceInvariantUUID:fe640118-dba5-488a-9910-b1e764a3f43a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMqojis-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
ArtifactUUID:736bf5fe-b87f-48b7-96f2-3f221c6db787
ArtifactChecksum:OGYyYTg2MmNkYmE1MGJjY2JhYmMxNmZkZWU4MGU1MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MqOjIs 0
ResourceCustomizationUUID:08832f8f-72b0-4a71-875d-5690a19a1ab6
ResourceInvariantUUID:de656b61-3bed-4510-a669-202802bc1e0f
ResourceName:basic_onboard_MqOjIs
ResourceType:VF
ResourceUUID:6f256f04-7399-4ed2-ab50-2cd7e6172151
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mqojis0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
ArtifactUUID:ac7bd3c1-8818-4149-87c2-e870a6950ed7
ArtifactChecksum:MzQ4YTA5MmNjZDQ1MDY3OTBhY2NlYzNiZTcxZDFjZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
ArtifactUUID:052ab07c-6285-43bd-a8e6-85261ac7c85d
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
ArtifactUUID:1f7c5129-7b35-474d-81fc-001a0f31606c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
ArtifactUUID:1f7c5129-7b35-474d-81fc-001a0f31606c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T01:41:03.533Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c201be71-9fe0-4e72-909c-e661e34b7e41 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:41:03.573Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:41:03.574Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 736bf5fe-b87f-48b7-96f2-3f221c6db787 from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.575Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:03.576Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.661Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:03.676Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar 736bf5fe-b87f-48b7-96f2-3f221c6db787 71577
2022-03-22T01:41:03.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar ASDC sendASDCNotification
2022-03-22T01:41:03.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:03.678Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:03.679Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:03.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:03.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913263676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:41:03.780Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:03.781Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:03.782Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:03.795Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:03.796Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:04.680Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:41:04.682Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:41:04.682Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 736bf5fe-b87f-48b7-96f2-3f221c6db787, URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar to file: /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.683Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.741Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:04.741Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:05.103Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4368451514433269270/Definitions/service-BasicOnboardMqojis-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-22T01:41:06.996Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.000Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||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-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||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-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MqOjIs 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||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-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||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-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:07.001Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:41:07.006Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.008Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.017Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.017Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:41:07.019Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:41:07.020Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.020Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.021Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:07.025Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:41:07.026Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.026Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.027Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:07.028Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
2022-03-22T01:41:07.029Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:07.030Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MqOjIs
Description:service
Model UUID:c201be71-9fe0-4e72-909c-e661e34b7e41
Model Version:NULL
Model InvariantUuid:fe640118-dba5-488a-9910-b1e764a3f43a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MqOjIs
Model UUID:5531b83e-6ce5-44ec-ae89-3e1ca5d96621
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de656b61-3bed-4510-a669-202802bc1e0f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:08832f8f-72b0-4a71-875d-5690a19a1ab6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:208ab746-2717-4ae5-a43b-148e3f822218
ModelName:BasicOnboardMqojis..base_ubuntu18..module-0
ModelUuid:c4632b0b-07bd-44dc-b0a4-24419be209ac
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
ModelInvariantUuid:4c50258f-155a-4bbc-9d14-287416c17455
ModelName:basic_onboard_MqOjIs-nodes.ubuntu18Cvfc
ModelUuid:d14f6999-cbd6-4230-9afa-30c0d1e55eab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e5403d50-73a2-4c60-a32e-cee2bb75403b
ModelInvariantUuid:c15d280d-55d0-4011-b0c7-bc497d041ba2
ModelName:BasicOnboardMqojis.compute.nodes.heat.ubuntu18
ModelUuid:999003b2-c942-48aa-89eb-958b3811535f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T01:41:07.045Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f256f04-7399-4ed2-ab50-2cd7e6172151
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:41:07.115Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||basic_onboard_MqOjIs 0
2022-03-22T01:41:07.128Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f256f04-7399-4ed2-ab50-2cd7e6172151
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac7bd3c1-8818-4149-87c2-e870a6950ed7 from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:07.129Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.263Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ac7bd3c1-8818-4149-87c2-e870a6950ed7 798
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ASDC sendASDCNotification
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:07.264Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:07.265Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:07.268Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:07.268Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913267264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:41:07.368Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:07.370Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:07.370Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:07.380Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:07.380Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:08.270Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMqojis..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "208ab746-2717-4ae5-a43b-148e3f822218",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4632b0b-07bd-44dc-b0a4-24419be209ac",
"vfModuleModelCustomizationUUID": "91c6d215-1888-4d5f-ab22-765e3e12c0a8",
"isBase": true,
"artifacts": [
"052ab07c-6285-43bd-a8e6-85261ac7c85d",
"1f7c5129-7b35-474d-81fc-001a0f31606c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T01:41:08.286Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMqojis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4632b0b-07bd-44dc-b0a4-24419be209ac
VfModuleModelInvariantUUID:208ab746-2717-4ae5-a43b-148e3f822218
VfModuleModelDescription:NULL
Artifacts UUID List:{
052ab07c-6285-43bd-a8e6-85261ac7c85d
,
1f7c5129-7b35-474d-81fc-001a0f31606c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMqojis..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "208ab746-2717-4ae5-a43b-148e3f822218",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c4632b0b-07bd-44dc-b0a4-24419be209ac",
"vfModuleModelCustomizationUUID": "91c6d215-1888-4d5f-ab22-765e3e12c0a8",
"isBase": true,
"artifacts": [
"052ab07c-6285-43bd-a8e6-85261ac7c85d",
"1f7c5129-7b35-474d-81fc-001a0f31606c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMqojis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4632b0b-07bd-44dc-b0a4-24419be209ac
VfModuleModelInvariantUUID:208ab746-2717-4ae5-a43b-148e3f822218
VfModuleModelDescription:NULL
Artifacts UUID List:{
052ab07c-6285-43bd-a8e6-85261ac7c85d
,
1f7c5129-7b35-474d-81fc-001a0f31606c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 052ab07c-6285-43bd-a8e6-85261ac7c85d from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:08.289Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.472Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml 052ab07c-6285-43bd-a8e6-85261ac7c85d 5033
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:08.473Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:08.474Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:08.475Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:08.475Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913268473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:41:08.576Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:08.577Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:08.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:08.589Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:08.590Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:09.476Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f7c5129-7b35-474d-81fc-001a0f31606c from URL: /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.476Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:41:09.477Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env 1f7c5129-7b35-474d-81fc-001a0f31606c 909
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T01:41:09.672Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:09.673Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:41:09.673Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:09.675Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:09.675Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913269672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:41:09.776Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:09.777Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:09.777Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:09.790Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:09.790Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:10.676Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c201be71-9fe0-4e72-909c-e661e34b7e41
2022-03-22T01:41:10.677Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MqOjIs 0 6f256f04-7399-4ed2-ab50-2cd7e6172151 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:41:10.703Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bad4efa, org.onap.sdc.toscaparser.api.parameters.Input@3f196239, org.onap.sdc.toscaparser.api.parameters.Input@3943b4fa, org.onap.sdc.toscaparser.api.parameters.Input@275c56e4, org.onap.sdc.toscaparser.api.parameters.Input@16b7066b]
2022-03-22T01:41:10.706Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-22T01:41:10.707Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 08832f8f-72b0-4a71-875d-5690a19a1ab6
2022-03-22T01:41:10.708Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6 matches Tosca VF Customization UUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6
2022-03-22T01:41:10.708Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 08832f8f-72b0-4a71-875d-5690a19a1ab6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T01:41:10.714Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.714Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 08832f8f-72b0-4a71-875d-5690a19a1ab6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b27dfcc
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:41:10.715Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91c6d215-1888-4d5f-ab22-765e3e12c0a8
2022-03-22T01:41:10.716Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91c6d215-1888-4d5f-ab22-765e3e12c0a8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.721Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.722Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is not matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T01:41:10.723Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7ca133fb-bcb4-4033-b71c-3d9d4dc0e554
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T01:41:10.728Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.729Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_MqOjIs 0 is matching search criteria
2022-03-22T01:41:10.730Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_MqOjIs 0] matching following query criteria: sdcType=VF, customizationUUID=08832f8f-72b0-4a71-875d-5690a19a1ab6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:41:10.731Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c201be71-9fe0-4e72-909c-e661e34b7e41: basic_onboard_MqOjIs
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.732Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_MqOjIs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:41:10.733Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_MqOjIs
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:41:10.920Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MqOjIs 6f256f04-7399-4ed2-ab50-2cd7e6172151 1 ASDC deployResourceStructure
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json ASDC sendASDCNotification
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json
2022-03-22T01:41:10.921Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:10.922Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:10.924Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:10.925Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913270921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:41:11.025Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:11.026Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:11.026Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:11.038Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:11.039Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:11.926Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:11.927Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:11.930Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:11.930Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913271925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T01:41:12.030Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:12.031Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:12.031Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:12.045Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:12.046Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:12.931Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T01:41:12.931Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env
2022-03-22T01:41:12.932Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:12.933Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:12.935Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:12.935Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913272931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T01:41:13.035Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:13.036Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:13.036Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:13.048Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:13.049Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:41:13.936Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar ASDC sendASDCNotification
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:41:13.937Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:13.939Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:13.939Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913273936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:41:14.040Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:41:14.040Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:14.041Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:14.051Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:14.051Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:41:14.941Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:41:14.958Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:41:14.962Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:41:14.963Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:41:14.970Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:41:44.971Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 670a0536-24b6-4674-a03a-6059ea56a631 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-22T01:41:44.981Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 670a0536-24b6-4674-a03a-6059ea56a631 and serviceModelVersionId: c201be71-9fe0-4e72-909c-e661e34b7e41
2022-03-22T01:41:44.981Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe640118-dba5-488a-9910-b1e764a3f43a
2022-03-22T01:41:55.757Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:41:55.757Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:41:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:41:55.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:55.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T01:41:55.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:41:55.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T01:41:56.953Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0
2022-03-22T01:41:57.071Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:41:57.572Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|INFO|500||Invoke
2022-03-22T01:41:57.577Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55cde0d5-f7c9-43c7-bf52-363d4c8c00ab], X-ECOMP-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], X-TransactionId=[], X-ONAP-RequestID=[670a0536-24b6-4674-a03a-6059ea56a631], Content-Type=[application/merge-patch+json]}
2022-03-22T01:41:57.768Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-22T01:41:58.036Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?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/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-01:41:57:837-2050], vertex-id=[438464], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:41:57 GMT], Content-Type=[application/json]}
2022-03-22T01:41:58.038Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:41:58.038Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe640118-dba5-488a-9910-b1e764a3f43a/model-vers/model-ver/c201be71-9fe0-4e72-909c-e661e34b7e41?depth=0|INFO|500||InvokeReturn
2022-03-22T01:41:58.043Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:41:58.044Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:41:58.049Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:41:58.059Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 670a0536-24b6-4674-a03a-6059ea56a631 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:41:58.060Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:41:58.060Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:41:58.062Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:41:58.062Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913318059,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:41:58.163Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:41:58.164Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:41:58.165Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:41:58.179Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:41:58.180Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:41:59.084Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:41:59.085Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:41:59.085Z|670a0536-24b6-4674-a03a-6059ea56a631|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:08.628Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:42:55.755Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:42:55.756Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:42:55.756Z|670a0536-24b6-4674-a03a-6059ea56a631|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:42:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:42:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:42:55.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:42:55.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913255755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:42:55.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913263676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913267264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913268473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913269672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913270921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/basic_onboard_mqojis0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913271925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913272931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/resourceInstances/basic_onboard_mqojis0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913273936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMqojis/1.0/artifacts/service-BasicOnboardMqojis-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:42:55.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:43:04.218Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:04.219Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-22T01:43:04.219Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"280b2a1b-a431-4c59-960d-766077c958e2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"119ef7e8-4da9-48c5-ae33-9938a0185fbb","serviceDescription":"service","serviceInvariantUUID":"84f17862-9be0-4ef2-a945-18db6c500fb0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78","resourceInvariantUUID":"392ea95a-8cb2-438c-b98b-8ceda28f124d","resourceCustomizationUUID":"dadc612f-d1e2-4343-951e-b933a1b5f236","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":"NzYzOThmYzI3MmZmMmRkMDk1ODdlOTQ4YTc5YzNjZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2136877-0bff-423d-8f1c-f6e4212da49d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24f885df-620c-4893-81b0-da4ece035989","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:43:04.221Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:43:04.221Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:04.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:04.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913375755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:43:04.324Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:04.325Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:43:04.325Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:04.336Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:04.337Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:05.224Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:43:05.225Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:05.228Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:05.228Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913375755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:43:05.328Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:05.329Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:43:05.329Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:05.345Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:05.346Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:06.229Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "119ef7e8-4da9-48c5-ae33-9938a0185fbb",
"serviceDescription": "service",
"serviceInvariantUUID": "84f17862-9be0-4ef2-a945-18db6c500fb0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "dadc612f-d1e2-4343-951e-b933a1b5f236",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78",
"resourceInvariantUUID": "392ea95a-8cb2-438c-b98b-8ceda28f124d",
"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": "ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24f885df-620c-4893-81b0-da4ece035989"
}
],
"workloadContext": "Production"
}
2022-03-22T01:43:06.230Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:43:06.230Z|670a0536-24b6-4674-a03a-6059ea56a631|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 119ef7e8-4da9-48c5-ae33-9938a0185fbb ASDC
2022-03-22T01:43:06.230Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:280b2a1b-a431-4c59-960d-766077c958e2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:119ef7e8-4da9-48c5-ae33-9938a0185fbb
ServiceInvariantUUID:84f17862-9be0-4ef2-a945-18db6c500fb0
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:24f885df-620c-4893-81b0-da4ece035989
ArtifactChecksum:ZGQyYTMyODBiZTA1MzE5MTc0OWFhNTA5MzIzODk0YzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:dadc612f-d1e2-4343-951e-b933a1b5f236
ResourceInvariantUUID:392ea95a-8cb2-438c-b98b-8ceda28f124d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-22T01:43:06.230Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 119ef7e8-4da9-48c5-ae33-9938a0185fbb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:43:06.263Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:43:06.264Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24f885df-620c-4893-81b0-da4ece035989 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-22T01:43:06.265Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.661Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 24f885df-620c-4893-81b0-da4ece035989 52506
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:06.666Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:43:06.667Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:06.668Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:06.668Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913386666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:43:06.769Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:43:06.770Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:43:06.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:06.783Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:06.784Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:07.669Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 24f885df-620c-4893-81b0-da4ece035989, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.670Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-22T01:43:07.671Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.671Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:07.757Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4693406310468818253/Definitions/service-BasicNetwork-template.yml
2022-03-22T01:43:08.326Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.327Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.328Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.329Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.330Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.331Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:119ef7e8-4da9-48c5-ae33-9938a0185fbb
Model Version:NULL
Model InvariantUuid:84f17862-9be0-4ef2-a945-18db6c500fb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:392ea95a-8cb2-438c-b98b-8ceda28f124d
Model UUID:2dded83b-fcf6-49f9-a08a-4b5088bde924
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:dadc612f-d1e2-4343-951e-b933a1b5f236
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-03-22T01:43:08.338Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 7e5a8b1d-83e3-4ed7-a12d-8d1e51161d78
2022-03-22T01:43:08.338Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||No resources found for Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:43:08.342Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-22T01:43:08.343Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.347Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b3dc7a7, org.onap.sdc.toscaparser.api.parameters.Input@59c26d8b, org.onap.sdc.toscaparser.api.parameters.Input@75b54b3a, org.onap.sdc.toscaparser.api.parameters.Input@7da6bf87, org.onap.sdc.toscaparser.api.parameters.Input@78234f6b]
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.348Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 119ef7e8-4da9-48c5-ae33-9938a0185fbb: Generic NeutronNet
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.349Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.373Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:43:08.374Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||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-03-22T01:43:08.430Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-22T01:43:08.430Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:43:08.431Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:43:08.432Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:43:08.433Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913388430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:43:08.533Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:43:08.535Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:43:08.535Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:43:08.549Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:08.549Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:43:09.434Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:09.448Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:43:09.450Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:43:39.451Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:39.460Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:43:39.462Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:43:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:43:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:43:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:43:55.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "670a0536-24b6-4674-a03a-6059ea56a631",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913318059,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:43:55.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:09.463Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:09.475Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:44:09.478Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:44:39.479Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:39.492Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:44:39.495Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:44:39.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:44:39.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:44:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:44:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:44:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:44:56.286Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:44:56.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913375755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913381376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913382093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "clamp",
"timestamp": 1647913380024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "aai-ml",
"timestamp": 1647913377046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913381376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913375755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913382093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "clamp",
"timestamp": 1647913380024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "aai-ml",
"timestamp": 1647913377046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "aai-ml",
"timestamp": 1647913386663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913386667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913386666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913386162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913386162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913388208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:44:56.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913388430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913389212,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:44:56.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.306Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:44:56.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "cds",
"timestamp": 1647913388955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "cds",
"timestamp": 1647913388955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "aai-ml",
"timestamp": 1647913390978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "aai-ml",
"timestamp": 1647913391981,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:44:56.320Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.321Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "cds",
"timestamp": 1647913392151,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "cds",
"timestamp": 1647913393157,
"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=?
2022-03-22T01:44:56.333Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:44:56.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "policy-id",
"timestamp": 1647913393380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "policy-id",
"timestamp": 1647913393380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:44:56.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "clamp",
"timestamp": 1647913395618,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "policy-id",
"timestamp": 1647913396189,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:44:56.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "policy-id",
"timestamp": 1647913397193,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "clamp",
"timestamp": 1647913397625,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "policy-id",
"timestamp": 1647913398196,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:44:56.350Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:44:56.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:44:56.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "clamp",
"timestamp": 1647913398628,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:44:56.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 280b2a1b-a431-4c59-960d-766077c958e2
2022-03-22T01:44:56.368Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280b2a1b-a431-4c59-960d-766077c958e2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:45:09.496Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:45:09.509Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:45:09.513Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.514Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:45:09.515Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:45:09.520Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:45:39.521Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 280b2a1b-a431-4c59-960d-766077c958e2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 280b2a1b-a431-4c59-960d-766077c958e2 and serviceModelVersionId: 119ef7e8-4da9-48c5-ae33-9938a0185fbb
2022-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84f17862-9be0-4ef2-a945-18db6c500fb0
2022-03-22T01:45:39.526Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0
2022-03-22T01:45:39.530Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:45:39.585Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-22T01:45:39.586Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|INFO|500||Invoke
2022-03-22T01:45:39.632Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-22T01:45:40.252Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0|INFO|500||InvokeReturn
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f17862-9be0-4ef2-a945-18db6c500fb0/model-vers/model-ver/119ef7e8-4da9-48c5-ae33-9938a0185fbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-01:45:39:640-71003], vertex-id=[442560], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:45:39 GMT], Content-Type=[application/json]}
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:45:40.253Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:45:40.254Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 280b2a1b-a431-4c59-960d-766077c958e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:45:40.260Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:45:40.262Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:45:40.262Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913540260,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:45:40.363Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:45:40.364Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:45:40.364Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:45:40.382Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:45:40.383Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:45:41.275Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:41.276Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:45:41.276Z|280b2a1b-a431-4c59-960d-766077c958e2|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:52.239Z|280b2a1b-a431-4c59-960d-766077c958e2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:45:52.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:52.240Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:45:52.240Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:55.757Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:45:55.758Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:45:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:45:56.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:45:56.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T01:45:56.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "280b2a1b-a431-4c59-960d-766077c958e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913540260,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:45:56.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:01.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:01.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:01.785Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:46:01.786Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:11.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:55.755Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:55.756Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:46:55.756Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:46:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:46:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:46:56.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:56.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f041636-c8c3-4a13-a257-f6d67667b61d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8610a169-9c5a-4095-9b7c-9e164fbb6f26","serviceDescription":"service","serviceInvariantUUID":"8f859bc1-d763-48fa-9363-077b0700722d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"865d1e74-5c18-449c-b52f-0b1775141772","resourceInvariantUUID":"87ab0c35-7cc2-4149-a5ef-228bbbd15dd4","resourceCustomizationUUID":"5413d357-0bab-4010-8be0-b7fb3b106b2c","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":"OWU5NjA3MTJjNWUxYTUzNmU4ZjI3MDAxMThiMTllZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a369252-e521-43c9-9c54-88b50b0a3fa6","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":"OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"534ff2ae-455a-422e-ab30-590e080f7386","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":"72ac927d-d80d-49ca-8946-037a06384232","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":"ec802275-d2d0-466b-8464-48b5a0205a71","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":"de0feaff-af3e-4840-a621-08acc11c1b41","artifactVersion":"2","generatedFromUUID":"72ac927d-d80d-49ca-8946-037a06384232"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmZhOGY0MDE5YTZhNDAyOGY5MTQyZTNhMjA2Y2ZkYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"130171a8-c815-484c-88d3-6b75ed067db9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"323e928f-547e-4091-846a-5d7e845566a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:46:56.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:56.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:56.389Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.391Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.391Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913601376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913598955,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913593381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913610118,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913610121,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "cds",
"timestamp": 1647913611122,
"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-03-22T01:46:56.413Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:46:56.413Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913611125,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:56.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "policy-id",
"timestamp": 1647913612127,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:46:56.426Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:46:56.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913606162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:46:56.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913613952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913615145,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:46:56.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:46:56.492Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:46:56.493Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:46:56.493Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:56.507Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:56.507Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:57.392Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:57.393Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:57.395Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:57.395Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:46:57.496Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:46:57.497Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:46:57.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:57.509Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:57.509Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:58.396Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:58.397Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:58.399Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:58.399Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:46:58.500Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:46:58.501Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:46:58.501Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:58.514Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:58.514Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:46:59.400Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:46:59.401Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:46:59.403Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:46:59.403Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:46:59.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:46:59.505Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:46:59.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:46:59.518Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:46:59.518Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:00.404Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:00.405Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:00.408Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:00.408Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-03-22T01:47:00.508Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:00.509Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:00.510Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:00.524Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:00.524Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:01.408Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:01.409Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:01.411Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:01.411Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:47:01.511Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:01.512Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:01.513Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:01.523Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:01.523Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:02.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:47:02.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:02.415Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:02.415Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:47:02.515Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:02.516Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:02.517Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:02.528Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:02.528Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "8610a169-9c5a-4095-9b7c-9e164fbb6f26",
"serviceDescription": "service",
"serviceInvariantUUID": "8f859bc1-d763-48fa-9363-077b0700722d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5413d357-0bab-4010-8be0-b7fb3b106b2c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "865d1e74-5c18-449c-b52f-0b1775141772",
"resourceInvariantUUID": "87ab0c35-7cc2-4149-a5ef-228bbbd15dd4",
"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": "OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "534ff2ae-455a-422e-ab30-590e080f7386",
"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": "72ac927d-d80d-49ca-8946-037a06384232",
"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": "de0feaff-af3e-4840-a621-08acc11c1b41",
"generatedFromUUID": "72ac927d-d80d-49ca-8946-037a06384232"
},
"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": "de0feaff-af3e-4840-a621-08acc11c1b41",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "323e928f-547e-4091-846a-5d7e845566a6"
}
],
"workloadContext": "Production"
}
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:47:03.418Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8610a169-9c5a-4095-9b7c-9e164fbb6f26 ASDC
2022-03-22T01:47:03.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0f041636-c8c3-4a13-a257-f6d67667b61d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8610a169-9c5a-4095-9b7c-9e164fbb6f26
ServiceInvariantUUID:8f859bc1-d763-48fa-9363-077b0700722d
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:323e928f-547e-4091-846a-5d7e845566a6
ArtifactChecksum:MWExNjUwMTdhYjY1Yzg4NmY3YjMyMWNiNTNlODcxMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5413d357-0bab-4010-8be0-b7fb3b106b2c
ResourceInvariantUUID:87ab0c35-7cc2-4149-a5ef-228bbbd15dd4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:865d1e74-5c18-449c-b52f-0b1775141772
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:534ff2ae-455a-422e-ab30-590e080f7386
ArtifactChecksum:OGE0ZjgzYmUxMWIwOTBmZjRkZThhY2I1MDYxMGMxMTY=
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:72ac927d-d80d-49ca-8946-037a06384232
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:de0feaff-af3e-4840-a621-08acc11c1b41
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:de0feaff-af3e-4840-a621-08acc11c1b41
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T01:47:03.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8610a169-9c5a-4095-9b7c-9e164fbb6f26 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:47:03.452Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:47:03.453Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 323e928f-547e-4091-846a-5d7e845566a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.454Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:03.455Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.512Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:03.518Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 323e928f-547e-4091-846a-5d7e845566a6 71066
2022-03-22T01:47:03.518Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:03.519Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:03.521Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:03.521Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913623518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:47:03.621Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:03.622Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:03.623Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:03.637Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:03.637Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:04.522Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 323e928f-547e-4091-846a-5d7e845566a6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.523Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-22T01:47:04.524Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.524Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:04.673Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4858940978387765580/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-22T01:47:05.924Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.925Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.926Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.927Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:05.928Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943071fb-826c-42cb-85c7-91cd9b866d4a
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.929Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:05.930Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8610a169-9c5a-4095-9b7c-9e164fbb6f26
Model Version:NULL
Model InvariantUuid:8f859bc1-d763-48fa-9363-077b0700722d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b5e360a6-f5b3-4667-b7b0-291c856e05d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87ab0c35-7cc2-4149-a5ef-228bbbd15dd4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5413d357-0bab-4010-8be0-b7fb3b106b2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c8e37205-aa62-418b-9a2f-1274d1992a5a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:336e3e33-6f4c-474a-b96e-f0327e8981f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:943071fb-826c-42cb-85c7-91cd9b866d4a
ModelInvariantUuid:f1829cd0-60fc-4a5b-b498-591d5b2678dd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cb3fe926-cad6-4ed4-a799-cccd95883329
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:0933fb89-291d-4316-86c7-374afeb10ff9
ModelInvariantUuid:ac53ac60-9410-43e7-91eb-d8fe941a6c74
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:60105e52-4ce1-4074-91f8-53328c8637d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T01:47:05.939Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 865d1e74-5c18-449c-b52f-0b1775141772
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 865d1e74-5c18-449c-b52f-0b1775141772
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 534ff2ae-455a-422e-ab30-590e080f7386 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:05.943Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:05.944Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:06.057Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 534ff2ae-455a-422e-ab30-590e080f7386 787
2022-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:06.058Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:06.059Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:06.059Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:06.061Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:06.061Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913626058,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:47:06.162Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:06.163Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:06.163Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:06.176Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:06.177Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:07.062Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c8e37205-aa62-418b-9a2f-1274d1992a5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "336e3e33-6f4c-474a-b96e-f0327e8981f4",
"vfModuleModelCustomizationUUID": "92b4912b-7b66-45d2-a0aa-403854d08d0f",
"isBase": true,
"artifacts": [
"72ac927d-d80d-49ca-8946-037a06384232",
"de0feaff-af3e-4840-a621-08acc11c1b41"
],
"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-03-22T01:47:07.066Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:336e3e33-6f4c-474a-b96e-f0327e8981f4
VfModuleModelInvariantUUID:c8e37205-aa62-418b-9a2f-1274d1992a5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72ac927d-d80d-49ca-8946-037a06384232
,
de0feaff-af3e-4840-a621-08acc11c1b41
}
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-03-22T01:47:07.068Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "c8e37205-aa62-418b-9a2f-1274d1992a5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "336e3e33-6f4c-474a-b96e-f0327e8981f4",
"vfModuleModelCustomizationUUID": "92b4912b-7b66-45d2-a0aa-403854d08d0f",
"isBase": true,
"artifacts": [
"72ac927d-d80d-49ca-8946-037a06384232",
"de0feaff-af3e-4840-a621-08acc11c1b41"
],
"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-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:336e3e33-6f4c-474a-b96e-f0327e8981f4
VfModuleModelInvariantUUID:c8e37205-aa62-418b-9a2f-1274d1992a5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
72ac927d-d80d-49ca-8946-037a06384232
,
de0feaff-af3e-4840-a621-08acc11c1b41
}
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-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72ac927d-d80d-49ca-8946-037a06384232 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:07.069Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:07.261Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 72ac927d-d80d-49ca-8946-037a06384232 5033
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:07.262Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:07.264Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:07.264Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913627262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:47:07.364Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:07.365Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:07.365Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:07.379Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:07.380Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:08.265Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de0feaff-af3e-4840-a621-08acc11c1b41 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:08.266Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:47:08.266Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:08.460Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:47:08.460Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env de0feaff-af3e-4840-a621-08acc11c1b41 903
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||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-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:47:08.461Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:08.464Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:08.464Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913628461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:47:08.565Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:08.566Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:08.567Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:08.578Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:08.579Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:47:09.465Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8610a169-9c5a-4095-9b7c-9e164fbb6f26
2022-03-22T01:47:09.466Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 865d1e74-5c18-449c-b52f-0b1775141772 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:47:09.482Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66283b12, org.onap.sdc.toscaparser.api.parameters.Input@1b80302, org.onap.sdc.toscaparser.api.parameters.Input@6c037f68, org.onap.sdc.toscaparser.api.parameters.Input@a56ef69, org.onap.sdc.toscaparser.api.parameters.Input@2d01a59a]
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5413d357-0bab-4010-8be0-b7fb3b106b2c
2022-03-22T01:47:09.483Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c matches Tosca VF Customization UUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c
2022-03-22T01:47:09.484Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5413d357-0bab-4010-8be0-b7fb3b106b2c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T01:47:09.486Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.486Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5413d357-0bab-4010-8be0-b7fb3b106b2c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16463e6b
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92b4912b-7b66-45d2-a0aa-403854d08d0f
2022-03-22T01:47:09.487Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92b4912b-7b66-45d2-a0aa-403854d08d0f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.490Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-22T01:47:09.491Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943071fb-826c-42cb-85c7-91cd9b866d4a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.493Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-22T01:47:09.494Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5413d357-0bab-4010-8be0-b7fb3b106b2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.495Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8610a169-9c5a-4095-9b7c-9e164fbb6f26: basic_vm
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:47:09.496Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:47:09.582Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 865d1e74-5c18-449c-b52f-0b1775141772 1 ASDC deployResourceStructure
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:09.583Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:09.585Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:09.585Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913629582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:47:09.685Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:09.686Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:09.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:09.702Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:09.703Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-22T01:47:10.587Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:10.588Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:10.590Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:10.590Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913630585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T01:47:10.691Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:10.692Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:10.692Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:10.705Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:10.706Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:11.591Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-22T01:47:11.592Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-22T01:47:11.592Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:11.593Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:11.595Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:11.595Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913631591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-03-22T01:47:11.695Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:11.696Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:11.696Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:11.706Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:11.707Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:12.596Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T01:47:12.597Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:47:12.599Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:47:12.600Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913632596,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:47:12.700Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:47:12.701Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:47:12.701Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:47:12.716Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:12.716Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:47:13.600Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:13.614Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:47:13.617Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:47:43.618Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:43.628Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:47:43.631Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:47:43.631Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:47:43.632Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:47:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:47:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:47:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:47:55.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:47:55.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:47:55.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913616350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:47:55.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:13.632Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:13.644Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:48:13.647Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:48:43.648Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:43.659Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T01:48:43.661Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T01:48:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:48:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:48:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:48:56.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:56.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:56.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:56.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913617375,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:48:57.098Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.098Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-22T01:48:57.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913618378,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913615755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913623518,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913617046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913624751,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913626058,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913620024,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913627262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913628461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913622093,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913629582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913630280,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913630585,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913631591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913632329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913632596,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913633334,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:48:57.124Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.124Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:48:57.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913635381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "aai-ml",
"timestamp": 1647913636384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:48:57.138Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.138Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913639654,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913641662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:48:57.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "clamp",
"timestamp": 1647913642665,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:48:57.157Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f041636-c8c3-4a13-a257-f6d67667b61d
2022-03-22T01:48:57.157Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f041636-c8c3-4a13-a257-f6d67667b61d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:49:13.662Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:49:13.672Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T01:49:13.677Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T01:49:13.678Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:49:13.683Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T01:49:43.684Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f041636-c8c3-4a13-a257-f6d67667b61d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-22T01:49:43.692Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f041636-c8c3-4a13-a257-f6d67667b61d and serviceModelVersionId: 8610a169-9c5a-4095-9b7c-9e164fbb6f26
2022-03-22T01:49:43.692Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f859bc1-d763-48fa-9363-077b0700722d
2022-03-22T01:49:43.693Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0
2022-03-22T01:49:43.698Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T01:49:43.731Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-22T01:49:43.732Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|INFO|500||Invoke
2022-03-22T01:49:43.757Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0|INFO|500||InvokeReturn
2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f859bc1-d763-48fa-9363-077b0700722d/model-vers/model-ver/8610a169-9c5a-4095-9b7c-9e164fbb6f26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-01:49:43:765-62812], vertex-id=[155736], Content-Length=[0], Date=[Tue, 22 Mar 2022 01:49:43 GMT], Content-Type=[application/json]}
2022-03-22T01:49:44.276Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T01:49:44.277Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T01:49:44.277Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f041636-c8c3-4a13-a257-f6d67667b61d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T01:49:44.281Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:49:44.283Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:49:44.283Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913784281,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:49:44.383Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:49:44.384Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:49:44.384Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:49:44.401Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:49:44.401Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:49:45.297Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:45.298Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:49:45.298Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:49:55.758Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:55.782Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:49:55.783Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:49:56.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:49:56.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-22T01:49:56.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0f041636-c8c3-4a13-a257-f6d67667b61d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913784281,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T01:49:56.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:50:05.326Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:50:05.326Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:05.327Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:50:05.327Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:50:14.871Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:50:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:50:55.756Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:50:55.757Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:50:55.757Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:50:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:05.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:05.303Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:51:55.755Z|0f041636-c8c3-4a13-a257-f6d67667b61d|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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:55.757Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T01:51:55.757Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T01:51:55.757Z||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 FwEqvJy9behDaUpd) ...
2022-03-22T01:51:56.386Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:56.387Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.387Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fea24e3-7eb0-495b-83a7-ec3ac083b8d7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d079768f-392a-4df3-b83e-2674ee6e9a39","serviceDescription":"service","serviceInvariantUUID":"8addbdb4-4a5e-4326-9adf-75fbbb09a810","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"744ccd97-6c28-4610-bd08-b235add6be03","resourceInvariantUUID":"85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6","resourceCustomizationUUID":"e7432b2d-a8e8-431a-a7f3-cf73bc1920e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDNiZTAzNjA2NTk5NDkwODc1OGQwZGY3NDBkOWU1OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fc0bc5f-f6c0-4543-91ab-84e7aefedbaf","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9","artifactVersion":"2","generatedFromUUID":"91e02ad1-d089-4821-bc1b-048504a8dcfe"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"91e02ad1-d089-4821-bc1b-048504a8dcfe","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16eff932-4ac6-4260-acfa-b17321b0c03a","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1cc89d0-9cdd-43b5-a48a-1910a8a7b010","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6c1c4b2-35be-4bc3-bc09-6c4045b093d1","artifactVersion":"2","generatedFromUUID":"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmNkMjU3NWM1NGQ2YzYyYWE1N2YwMGMyZDE0YjhjMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90961929-0990-410f-a002-d804a767fd51","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a9b7d3f-483d-4863-bb6f-9d4abfb19098","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T01:51:56.392Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:56.392Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:56.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:56.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:56.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913868955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913866162,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913862093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913880818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913880825,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913880841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "cds",
"timestamp": 1647913881830,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.419Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.419Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913881947,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913873380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913882962,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913883248,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913883260,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647913883965,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:51:56.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913884265,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913884448,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "policy-id",
"timestamp": 1647913885268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:51:56.438Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.438Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913886191,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:51:56.445Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.445Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-22T01:51:56.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647913887194,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1647913881376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913887046,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913896861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913890024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913902695,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913904703,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913905478,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "clamp",
"timestamp": 1647913905706,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:51:56.457Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.457Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T01:51:56.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "aai-ml",
"timestamp": 1647913906481,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T01:51:56.464Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
2022-03-22T01:51:56.465Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fea24e3-7eb0-495b-83a7-ec3ac083b8d7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T01:51:56.496Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:56.497Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:51:56.497Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:56.509Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:56.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:57.396Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:57.397Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:57.400Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:57.400Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-03-22T01:51:57.500Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:57.501Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:51:57.501Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:57.514Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:57.515Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:58.401Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:58.402Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:58.405Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:58.405Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-03-22T01:51:58.506Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:51:58.507Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:51:58.507Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:58.520Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:58.520Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:51:59.406Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:51:59.407Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:51:59.409Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:51:59.410Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T01:51:59.510Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:51:59.511Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:51:59.511Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:51:59.523Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:51:59.524Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-22T01:52:00.410Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:00.411Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:00.413Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:00.414Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-03-22T01:52:00.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:00.515Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:00.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:00.529Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:00.529Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:01.414Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:01.415Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:01.418Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:01.418Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:52:01.518Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:01.519Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:01.519Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:01.531Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:01.532Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:02.419Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:02.420Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:02.422Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:02.422Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-03-22T01:52:02.523Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:02.524Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:02.524Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:02.537Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:02.537Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:03.423Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:03.425Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:03.427Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:03.427Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T01:52:03.527Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T01:52:03.528Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:03.528Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:03.541Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:03.541Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:04.428Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T01:52:04.429Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:04.431Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:04.431Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913915755,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T01:52:04.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:52:04.532Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:04.533Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:04.544Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:04.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d079768f-392a-4df3-b83e-2674ee6e9a39",
"serviceDescription": "service",
"serviceInvariantUUID": "8addbdb4-4a5e-4326-9adf-75fbbb09a810",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "e7432b2d-a8e8-431a-a7f3-cf73bc1920e9",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "744ccd97-6c28-4610-bd08-b235add6be03",
"resourceInvariantUUID": "85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "91e02ad1-d089-4821-bc1b-048504a8dcfe",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16eff932-4ac6-4260-acfa-b17321b0c03a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1",
"generatedFromUUID": "bbd680c0-8fc8-47c1-ace0-044e5ff28ce0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6c1c4b2-35be-4bc3-bc09-6c4045b093d1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a9b7d3f-483d-4863-bb6f-9d4abfb19098"
}
],
"workloadContext": "Production"
}
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T01:52:05.433Z|0f041636-c8c3-4a13-a257-f6d67667b61d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d079768f-392a-4df3-b83e-2674ee6e9a39 ASDC
2022-03-22T01:52:05.433Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9fea24e3-7eb0-495b-83a7-ec3ac083b8d7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d079768f-392a-4df3-b83e-2674ee6e9a39
ServiceInvariantUUID:8addbdb4-4a5e-4326-9adf-75fbbb09a810
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:8a9b7d3f-483d-4863-bb6f-9d4abfb19098
ArtifactChecksum:YzQxNjU4MWE4MGVhOTZkYjBhYTQ5NGFhZDZmYWYyY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
ResourceInvariantUUID:85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:744ccd97-6c28-4610-bd08-b235add6be03
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:91e02ad1-d089-4821-bc1b-048504a8dcfe
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:16eff932-4ac6-4260-acfa-b17321b0c03a
ArtifactChecksum:Y2U4MTE0MWYyMGM5OTc5OTlhYTFiM2Y1MjQyYjNkNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T01:52:05.434Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d079768f-392a-4df3-b83e-2674ee6e9a39 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a9b7d3f-483d-4863-bb6f-9d4abfb19098 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.452Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:05.453Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.558Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:05.563Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8a9b7d3f-483d-4863-bb6f-9d4abfb19098 68954
2022-03-22T01:52:05.563Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:05.564Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:05.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:05.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913925563,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:05.666Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:05.667Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:05.667Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:05.681Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:05.681Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:06.566Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8a9b7d3f-483d-4863-bb6f-9d4abfb19098, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.568Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-22T01:52:06.569Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.569Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:06.692Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8926460880943235005/Definitions/service-BasicCnf-template.yml
2022-03-22T01:52:07.575Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:52:07.576Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-22T01:52:07.577Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.578Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dba63d3d-6dbb-4b2e-80e1-a5d3beb21d85
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:07.579Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:07.580Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d079768f-392a-4df3-b83e-2674ee6e9a39
Model Version:NULL
Model InvariantUuid:8addbdb4-4a5e-4326-9adf-75fbbb09a810
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:210bd530-b8be-48b6-8ff5-d333e2b91b98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85c5c8f2-aa8b-4f2d-ae95-2196ccd14ef6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dba63d3d-6dbb-4b2e-80e1-a5d3beb21d85
ModelInvariantUuid:a239e7cc-fa5f-481b-b191-871ba9fe44dc
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:266a7d71-d300-402a-9494-c8fa562ed594
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:01fb7e82-e7bd-4d7c-a460-1c615ec749d4
ModelInvariantUuid:b214b41c-a795-4d83-9d61-0901d2814761
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ea4f7510-b9d9-4494-a58f-bb5a3a2ec6d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T01:52:07.587Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 744ccd97-6c28-4610-bd08-b235add6be03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 744ccd97-6c28-4610-bd08-b235add6be03
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:07.590Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T01:52:07.757Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:07.758Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env caf0a4ec-74b3-4533-a5a4-ded4f2c8bee9 12
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:07.759Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:07.761Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:07.762Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913927759,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:07.862Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:07.863Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:07.863Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:07.874Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:07.875Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:08.764Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91e02ad1-d089-4821-bc1b-048504a8dcfe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T01:52:08.764Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:08.765Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T01:52:08.954Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 91e02ad1-d089-4821-bc1b-048504a8dcfe 2688
2022-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-22T01:52:08.955Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-22T01:52:08.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:08.956Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:08.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:08.959Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913928955,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:09.059Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:09.060Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:09.060Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:09.074Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:09.074Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:09.960Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 16eff932-4ac6-4260-acfa-b17321b0c03a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T01:52:09.961Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:09.961Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T01:52:10.278Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 16eff932-4ac6-4260-acfa-b17321b0c03a 828
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:10.279Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:10.282Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:10.282Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913930279,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:10.382Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:10.383Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:10.383Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:10.395Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:10.396Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:11.283Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "bcb732aa-ffc8-4dd9-9378-f70a9b71feff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1655f0a6-8ac1-4124-9c21-e7bc856ae51e",
"vfModuleModelCustomizationUUID": "7c9c07fb-fe73-411d-9709-ab5e614d10dc",
"isBase": true,
"artifacts": [
"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
"91e02ad1-d089-4821-bc1b-048504a8dcfe",
"b6c1c4b2-35be-4bc3-bc09-6c4045b093d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T01:52:11.289Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
VfModuleModelInvariantUUID:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
,
91e02ad1-d089-4821-bc1b-048504a8dcfe
,
b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "bcb732aa-ffc8-4dd9-9378-f70a9b71feff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1655f0a6-8ac1-4124-9c21-e7bc856ae51e",
"vfModuleModelCustomizationUUID": "7c9c07fb-fe73-411d-9709-ab5e614d10dc",
"isBase": true,
"artifacts": [
"bbd680c0-8fc8-47c1-ace0-044e5ff28ce0",
"91e02ad1-d089-4821-bc1b-048504a8dcfe",
"b6c1c4b2-35be-4bc3-bc09-6c4045b093d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1655f0a6-8ac1-4124-9c21-e7bc856ae51e
VfModuleModelInvariantUUID:bcb732aa-ffc8-4dd9-9378-f70a9b71feff
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbd680c0-8fc8-47c1-ace0-044e5ff28ce0
,
91e02ad1-d089-4821-bc1b-048504a8dcfe
,
b6c1c4b2-35be-4bc3-bc09-6c4045b093d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbd680c0-8fc8-47c1-ace0-044e5ff28ce0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T01:52:11.291Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:11.292Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T01:52:11.679Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:11.679Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bbd680c0-8fc8-47c1-ace0-044e5ff28ce0 1164
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:11.680Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:11.682Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:11.682Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913931679,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:11.782Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T01:52:11.783Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:11.783Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:11.794Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:11.795Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:12.683Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c1c4b2-35be-4bc3-bc09-6c4045b093d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T01:52:12.684Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-22T01:52:12.684Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T01:52:12.979Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b6c1c4b2-35be-4bc3-bc09-6c4045b093d1 200
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T01:52:12.980Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-22T01:52:12.982Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T01:52:12.982Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9fea24e3-7eb0-495b-83a7-ec3ac083b8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647913932980,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T01:52:13.083Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T01:52:13.084Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T01:52:13.084Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FwEqvJy9behDaUpd) ...
2022-03-22T01:52:13.096Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T01:52:13.097Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T01:52:13.983Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d079768f-392a-4df3-b83e-2674ee6e9a39
2022-03-22T01:52:13.984Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 744ccd97-6c28-4610-bd08-b235add6be03 ASDC
2022-03-22T01:52:13.995Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T01:52:14.004Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c94cbc2, org.onap.sdc.toscaparser.api.parameters.Input@210f740f, org.onap.sdc.toscaparser.api.parameters.Input@53ed273c, org.onap.sdc.toscaparser.api.parameters.Input@5eef83f1, org.onap.sdc.toscaparser.api.parameters.Input@24df9935]
2022-03-22T01:52:14.005Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9 matches Tosca VF Customization UUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9
2022-03-22T01:52:14.006Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e7432b2d-a8e8-431a-a7f3-cf73bc1920e9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T01:52:14.008Z|9fea24e3-7eb0-495b-83a7-ec3ac083b8d7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery