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)
2021-11-10T09:34:59.984Z||main|||||INFO|500||The following profiles are active: basic
2021-11-10T09:35:13.088Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-10T09:35:13.088Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-10T09:35:13.216Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-10T09:35:17.549Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-10T09:35:18.046Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-10T09:35:18.674Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-10T09:35:18.682Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-10T09:35:18.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-10T09:35:19.121Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-10T09:35:19.837Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-10T09:35:24.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T09:35:27.102Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T09:35:27.160Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-10T09:35:27.697Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T09:35:27.817Z||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.
2021-11-10T09:35:29.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T09:35:30.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-10T09:35:30.372Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-10T09:35:30.373Z||main|||||WARN|500||The sdc end point is not alive
2021-11-10T09:35:33.781Z||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
2021-11-10T09:35:36.787Z||main|||||WARN|500||---
2021-11-10T09:35:36.788Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-10T09:35:36.788Z||main|||||WARN|500||---
2021-11-10T09:35:37.235Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-10T09:35:43.024Z||main|||||INFO|500||Started Application in 46.511 seconds (JVM running for 50.424)
2021-11-10T09:35:43.051Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-10T09:35:43.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-10T09:35:43.075Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-10T09:35:43.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-10T09:35:43.157Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ead1ca7-02e5-4e3a-8a7f-a3b3280868c5 url= /sdc/v1/artifactTypes
2021-11-10T09:35:43.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-10T09:35:43.515Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-10T09:35:43.545Z||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
2021-11-10T09:35:43.576Z||scheduling-1|||||DEBUG|500||create keys
2021-11-10T09:35:43.584Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-10T09:35:43.680Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:35:43.709Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c47851c3-523a-4cca-88a7-3978946e9ea2 url= /sdc/v1/registerForDistribution
2021-11-10T09:35:44.022Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c47851c3-523a-4cca-88a7-3978946e9ea2 url= /sdc/v1/registerForDistribution
2021-11-10T09:35:44.022Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-10T09:35:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:35:44.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:35:44.056Z||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.
2021-11-10T09:35:44.057Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:35:44.058Z||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.
2021-11-10T09:35:44.058Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:35:44.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-10T09:35:54.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:35:54.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:36:44.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:36:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:36:44.033Z||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.
2021-11-10T09:36:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:36:44.033Z||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.
2021-11-10T09:36:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:36:53.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:36:53.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:37:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:37:44.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:37:44.041Z||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.
2021-11-10T09:37:44.041Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:37:44.041Z||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.
2021-11-10T09:37:44.042Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:37:53.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:37:53.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:38:44.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:38:44.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:38:44.033Z||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.
2021-11-10T09:38:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:38:44.033Z||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.
2021-11-10T09:38:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:38:53.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:38:53.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:39:44.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:39:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:39:44.033Z||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.
2021-11-10T09:39:44.033Z||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.
2021-11-10T09:39:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:39:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:39:53.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:39:53.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:40:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:40:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:40:44.036Z||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.
2021-11-10T09:40:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:40:44.036Z||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.
2021-11-10T09:40:44.037Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:40:53.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:40:53.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:41:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:41:44.030Z||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.
2021-11-10T09:41:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:41:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:41:44.032Z||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.
2021-11-10T09:41:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:41:53.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:41:53.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:42:44.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:42:44.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:42:44.035Z||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.
2021-11-10T09:42:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:42:44.039Z||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.
2021-11-10T09:42:44.040Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:42:53.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:42:53.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:43:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:43:44.031Z||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.
2021-11-10T09:43:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:43:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:43:44.033Z||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.
2021-11-10T09:43:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:43:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:43:53.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:44:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:44:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:44:44.035Z||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.
2021-11-10T09:44:44.035Z||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.
2021-11-10T09:44:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:44:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:44:53.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:44:53.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:44:56.084Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-10T09:45:44.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:45:44.030Z||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.
2021-11-10T09:45:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:45:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:45:44.032Z||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.
2021-11-10T09:45:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:45:53.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:45:53.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:46:44.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:46:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:46:44.033Z||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.
2021-11-10T09:46:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:46:44.033Z||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.
2021-11-10T09:46:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:46:53.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:46:53.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:47:44.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:47:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:47:44.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:47:44.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:47:44.032Z||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.
2021-11-10T09:47:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:47:53.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:47:53.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:48:44.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:48:44.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:48:44.035Z||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.
2021-11-10T09:48:44.035Z||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.
2021-11-10T09:48:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:48:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:48:53.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:48:53.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:49:44.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:49:44.030Z||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.
2021-11-10T09:49:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:49:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:49:44.032Z||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.
2021-11-10T09:49:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:49:53.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:49:53.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:50:44.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:50:44.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:50:44.037Z||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.
2021-11-10T09:50:44.037Z||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.
2021-11-10T09:50:44.037Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:50:44.037Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:50:53.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:50:53.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:51:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:51:44.030Z||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.
2021-11-10T09:51:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:51:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:51:44.033Z||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.
2021-11-10T09:51:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:51:53.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:51:53.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:52:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:52:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:52:44.033Z||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.
2021-11-10T09:52:44.033Z||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.
2021-11-10T09:52:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:52:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:52:53.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:52:53.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:53:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:53:44.031Z||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.
2021-11-10T09:53:44.031Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:53:44.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:53:44.032Z||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.
2021-11-10T09:53:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:53:53.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:53:53.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:54:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:54:44.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:54:44.037Z||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.
2021-11-10T09:54:44.037Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:54:44.038Z||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.
2021-11-10T09:54:44.038Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:54:53.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:54:53.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:55:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:55:44.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:55:44.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:55:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:55:44.032Z||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.
2021-11-10T09:55:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:55:53.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:55:53.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:56:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:56:44.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:56:44.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:56:44.035Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:56:44.034Z||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.
2021-11-10T09:56:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:56:53.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:56:53.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:57:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:57:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:57:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:57:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:57:44.032Z||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.
2021-11-10T09:57:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:57:53.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:57:53.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:58:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:58:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:58:44.032Z||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.
2021-11-10T09:58:44.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:58:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:58:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:58:53.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:58:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:59:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:59:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T09:59:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T09:59:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T09:59:44.032Z||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.
2021-11-10T09:59:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T09:59:53.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T09:59:53.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:00:44.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:00:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:00:44.035Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:00:44.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:00:44.035Z||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.
2021-11-10T10:00:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:00:53.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:00:53.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:01:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:01:44.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:01:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:01:44.032Z||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.
2021-11-10T10:01:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:01:44.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:01:53.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:01:53.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:02:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:02:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:02:44.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:02:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:02:44.034Z||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.
2021-11-10T10:02:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:02:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:02:53.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:03:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:03:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:03:44.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:03:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:03:44.032Z||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.
2021-11-10T10:03:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:03:53.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:03:53.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:04:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:04:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:04:44.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:04:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:04:44.033Z||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.
2021-11-10T10:04:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:04:53.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:04:53.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:05:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:05:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:05:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:05:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:05:44.032Z||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.
2021-11-10T10:05:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:05:53.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:05:53.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:06:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:06:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:06:44.032Z||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.
2021-11-10T10:06:44.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:06:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:06:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:06:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:06:53.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:07:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:07:44.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:07:44.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:07:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:07:44.032Z||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.
2021-11-10T10:07:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:07:53.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:07:53.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:08:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:08:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:08:44.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:08:44.033Z||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.
2021-11-10T10:08:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:08:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:08:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:08:53.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:09:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:09:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:09:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:09:44.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:09:44.032Z||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.
2021-11-10T10:09:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:09:53.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:09:53.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:10:44.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:10:44.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:10:44.032Z||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.
2021-11-10T10:10:44.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:10:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:10:44.034Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:10:53.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:10:53.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:11:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:11:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:11:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:11:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:11:44.032Z||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.
2021-11-10T10:11:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:11:53.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:11:53.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:12:44.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:12:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:12:44.037Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:12:44.038Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:12:44.037Z||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.
2021-11-10T10:12:44.039Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:12:53.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:12:53.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:13:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:13:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:13:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:13:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:13:44.032Z||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.
2021-11-10T10:13:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:13:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:13:53.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:14:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:14:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:14:44.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:14:44.032Z||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.
2021-11-10T10:14:44.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:14:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:14:53.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:14:53.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:15:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:15:44.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:15:44.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:15:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:15:44.032Z||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.
2021-11-10T10:15:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:15:53.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:15:53.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:44.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:16:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:16:44.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:16:44.033Z||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.
2021-11-10T10:16:44.034Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:16:44.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:44.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2880f3b-3fc5-4913-9bbb-9d44dbf891b0","serviceName":"vFW 2021-11-10 10-14-25","serviceVersion":"1.0","serviceUUID":"9560ad1c-7013-4eb8-85dc-e4b55e8e7f14","serviceDescription":"catalog service description","serviceInvariantUUID":"451656b8-4db5-4881-89ea-4298502f76f1","resources":[{"resourceInstanceName":"vFW 98e4d8e3-eecb 0","resourceName":"vFW 98e4d8e3-eecb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc2847da-66c4-4ad7-a64b-488def6367bc","resourceInvariantUUID":"170778c8-eb83-437e-94c9-ba43cd00de96","resourceCustomizationUUID":"db23c7b6-a191-4c26-8076-15305bd19c21","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml","artifactChecksum":"MzkzYmJiOTQyMDZmZGQwYjJkMWNkN2Q4ZmVmNzhkNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f31d9482-f015-4877-8395-955ed43dae5f","artifactVersion":"1"},{"artifactName":"vfw98e4d8e3eecb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json","artifactChecksum":"ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df34b043-b32e-40a0-b584-7bdefeb3a5de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml","artifactChecksum":"OWUzNTA2OWU5ODhkZGNjNDU5MjBiODFhYjU2ZjdjNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b4b45fe-782e-4ef1-8cb5-d4fbe1d9f8d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e05c08c3-ac3e-4355-9a0a-40d7a362b573","artifactVersion":"2","generatedFromUUID":"df34b043-b32e-40a0-b584-7bdefeb3a5de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211110101425-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml","artifactChecksum":"ZTc2YjhiYTQyNGE3MjA2NmE3OTA2OWViOThiYzAxZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa3eb5bb-227f-47f1-83a6-504b7d0edd86","artifactVersion":"1"},{"artifactName":"service-Vfw20211110101425-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar","artifactChecksum":"MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T10:16:44.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:44.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.700Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:44.729Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:44.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539367643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539367874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539376617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.766Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539374851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.766Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539370255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539384931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539384957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539384974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539386177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539381103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539388199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:44.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:44.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539389086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:44.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:44.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:44.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539389222,
"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=?
2021-11-10T10:16:44.862Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2021-11-10T10:16:44.866Z||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.
2021-11-10T10:16:44.866Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:44.890Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:44.892Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T10:16:45.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.030Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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 (?, ?, ?, ?, ?)
2021-11-10T10:16:45.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539383338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "cds",
"timestamp": 1636539390117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-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=?
2021-11-10T10:16:45.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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 (?, ?, ?, ?, ?)
2021-11-10T10:16:45.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539390226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "dcae-sch",
"timestamp": 1636539383579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539390293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539391158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539391309,
"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=?
2021-11-10T10:16:45.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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 (?, ?, ?, ?, ?)
2021-11-10T10:16:45.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539392172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:16:45.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "policy-id",
"timestamp": 1636539393178,
"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=?
2021-11-10T10:16:45.106Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.107Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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=?
2021-11-10T10:16:45.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539395060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539397066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "clamp",
"timestamp": 1636539398071,
"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=?
2021-11-10T10:16:45.122Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.122Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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 (?, ?, ?, ?, ?)
2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539401205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:16:45.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:16:45.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "aai-ml",
"timestamp": 1636539402211,
"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=?
2021-11-10T10:16:45.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
2021-11-10T10:16:45.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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 (?, ?, ?, ?, ?)
2021-11-10T10:16:45.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:45.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:45.789Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:45.790Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:16:45.890Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:45.891Z||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.
2021-11-10T10:16:45.891Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:45.924Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:45.926Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:46.791Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:46.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:46.795Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:46.795Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:16:46.895Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:16:46.897Z||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.
2021-11-10T10:16:46.897Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:46.920Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:46.921Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:47.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:47.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:47.801Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:47.801Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:47.900Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-10T10:16:47.901Z||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.
2021-11-10T10:16:47.901Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:47.921Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:47.923Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:48.802Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:48.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:48.806Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:48.806Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T10:16:48.906Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:48.906Z||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.
2021-11-10T10:16:48.907Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:48.920Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:48.921Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:16:49.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:49.808Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:49.810Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:49.810Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:16:49.910Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:49.911Z||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.
2021-11-10T10:16:49.911Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:49.925Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:49.926Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:50.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:16:50.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:50.815Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:50.815Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:16:50.915Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:16:50.916Z||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.
2021-11-10T10:16:50.917Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:50.930Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:50.931Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:16:51.817Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"serviceName": "vFW 2021-11-10 10-14-25",
"serviceVersion": "1.0",
"serviceUUID": "9560ad1c-7013-4eb8-85dc-e4b55e8e7f14",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "451656b8-4db5-4881-89ea-4298502f76f1",
"resources": [
{
"resourceInstanceName": "vFW 98e4d8e3-eecb 0",
"resourceCustomizationUUID": "db23c7b6-a191-4c26-8076-15305bd19c21",
"resourceName": "vFW 98e4d8e3-eecb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc2847da-66c4-4ad7-a64b-488def6367bc",
"resourceInvariantUUID": "170778c8-eb83-437e-94c9-ba43cd00de96",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw98e4d8e3eecb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"artifactChecksum": "ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "df34b043-b32e-40a0-b584-7bdefeb3a5de",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e05c08c3-ac3e-4355-9a0a-40d7a362b573",
"generatedFromUUID": "df34b043-b32e-40a0-b584-7bdefeb3a5de"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e05c08c3-ac3e-4355-9a0a-40d7a362b573",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211110101425-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"artifactChecksum": "MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60"
}
],
"workloadContext": "Production"
}
2021-11-10T10:16:51.819Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T10:16:51.820Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 ASDC
2021-11-10T10:16:51.939Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
ServiceName:vFW 2021-11-10 10-14-25
ServiceVersion:1.0
ServiceUUID:9560ad1c-7013-4eb8-85dc-e4b55e8e7f14
ServiceInvariantUUID:451656b8-4db5-4881-89ea-4298502f76f1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211110101425-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar
ArtifactUUID:c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60
ArtifactChecksum:MDhmNzNlYWExMDhkZmU0OWZkNzYzYjNhNDk5ZGYxZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 98e4d8e3-eecb 0
ResourceCustomizationUUID:db23c7b6-a191-4c26-8076-15305bd19c21
ResourceInvariantUUID:170778c8-eb83-437e-94c9-ba43cd00de96
ResourceName:vFW 98e4d8e3-eecb
ResourceType:VF
ResourceUUID:cc2847da-66c4-4ad7-a64b-488def6367bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw98e4d8e3eecb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json
ArtifactUUID:d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1
ArtifactChecksum:ZDFmYTc3MGJiYWY0NjMyMmJkMjMwZDQyZWQwZDViODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml
ArtifactUUID:df34b043-b32e-40a0-b584-7bdefeb3a5de
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
ArtifactUUID:e05c08c3-ac3e-4355-9a0a-40d7a362b573
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
ArtifactUUID:e05c08c3-ac3e-4355-9a0a-40d7a362b573
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T10:16:51.940Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14 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=?
2021-11-10T10:16:52.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:16:52.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:52.005Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:16:52.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:52.128Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:16:52.145Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60 98893
2021-11-10T10:16:52.147Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar ASDC sendASDCNotification
2021-11-10T10:16:52.147Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:52.148Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:16:52.149Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:52.151Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:52.151Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539412146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:52.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:52.253Z||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.
2021-11-10T10:16:52.253Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:52.267Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:52.268Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:16:53.152Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:16:53.153Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:16:53.154Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c23f85b2-080f-4fe5-9a7a-fcff9e7e8f60, URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar to file: /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:53.154Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211110101425-csar.csar
2021-11-10T10:16:53.240Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:53.240Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:54.120Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17294858549639195602/Definitions/service-Vfw20211110101425-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-10T10:16:56.920Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T10:16:56.928Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-10T10:16:56.929Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.930Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e4d8e3-eecb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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-Vfw20211110101425-csar.csar
2021-11-10T10:16:56.931Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T10:16:56.940Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.941Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.945Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:16:56.946Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T10:16:56.947Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:16:56.949Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.949Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:16:56.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T10:16:56.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T10:16:56.956Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.957Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T10:16:56.958Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.959Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:16:56.960Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T10:16:56.961Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69393c73-c726-40aa-874f-29c7ff29ec4c
2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T10:16:56.963Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T10:16:56.964Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=383c73f2-3021-421d-908d-9b08d4735e99
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:16:56.965Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T10:16:56.966Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b0eff9c-a476-42e0-b8ee-566577fb1fbc
2021-11-10T10:16:56.967Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.968Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:16:56.969Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:16:56.969Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-10 10-14-25
Description:catalog service description
Model UUID:9560ad1c-7013-4eb8-85dc-e4b55e8e7f14
Model Version:NULL
Model InvariantUuid:451656b8-4db5-4881-89ea-4298502f76f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 98e4d8e3-eecb
Model UUID:85bc467f-1bd9-4cf8-9e45-1cad88c7ee81
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:170778c8-eb83-437e-94c9-ba43cd00de96
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:db23c7b6-a191-4c26-8076-15305bd19c21
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b54f5683-88ce-4792-b327-e8d1328316bd
ModelName:Vfw98e4d8e3Eecb..base_vfw..module-0
ModelUuid:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:69393c73-c726-40aa-874f-29c7ff29ec4c
ModelInvariantUuid:58f2b1e3-a0e6-44c9-a950-1c773905901a
ModelName:vFW 98e4d8e3-eecb-nodes.vfwCvfc
ModelUuid:49674695-edad-48f0-bdb5-fea5871acca3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:dfa2dad4-63d3-4b3e-bf83-76345834f43b
ModelInvariantUuid:87be0d14-f084-483a-b23b-d2c7d5263c51
ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vfw
ModelUuid:db701d73-3f16-4ed5-bb9b-803493b6e1d8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:383c73f2-3021-421d-908d-9b08d4735e99
ModelInvariantUuid:b541fab5-0fe6-4e14-8ae0-acf5e8e0905c
ModelName:vFW 98e4d8e3-eecb-nodes.vsnCvfc
ModelUuid:fd8556d9-e14a-4cb8-af88-766e93a339f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:930c6fe8-f317-4ec4-9d70-3ab12511e0be
ModelInvariantUuid:21e261d5-8a4f-4555-a8cb-4acfb6ad6040
ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vsn
ModelUuid:5ad5c3f6-cf40-43ac-bb0a-bc403d670cd3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5b0eff9c-a476-42e0-b8ee-566577fb1fbc
ModelInvariantUuid:a754b5f2-cbfc-43b4-a35d-dfd1a0f07541
ModelName:vFW 98e4d8e3-eecb-nodes.vpgCvfc
ModelUuid:974e420c-b2b7-4f92-9ba6-4438834c2940
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:97d55736-b54e-42a5-8d60-3461c5c62b11
ModelInvariantUuid:b3fe9f6a-a3c1-4b99-94c5-db4f576e37e8
ModelName:Vfw98e4d8e3Eecb.compute.nodes.heat.vpg
ModelUuid:0b753e94-8054-469c-a19e-1e27e6966782
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=?
2021-11-10T10:16:56.980Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cc2847da-66c4-4ad7-a64b-488def6367bc
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=?
2021-11-10T10:16:57.083Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||vFW 98e4d8e3-eecb 0
2021-11-10T10:16:57.089Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc2847da-66c4-4ad7-a64b-488def6367bc
2021-11-10T10:16:57.089Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json
2021-11-10T10:16:57.090Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:16:57.090Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json
2021-11-10T10:16:57.231Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:16:57.231Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json d1a05daf-7e6b-41b2-b56c-31eb3aa77ab1 785
2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json ASDC sendASDCNotification
2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json
2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:16:57.232Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:57.235Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:57.235Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539417231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:57.335Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:57.337Z||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.
2021-11-10T10:16:57.337Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:57.351Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:57.352Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:58.237Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw98e4d8e3Eecb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b54f5683-88ce-4792-b327-e8d1328316bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240",
"vfModuleModelCustomizationUUID": "63123865-f82c-4448-81ff-ff0088fea76b",
"isBase": true,
"artifacts": [
"df34b043-b32e-40a0-b584-7bdefeb3a5de",
"e05c08c3-ac3e-4355-9a0a-40d7a362b573"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T10:16:58.260Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e4d8e3Eecb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240
VfModuleModelInvariantUUID:b54f5683-88ce-4792-b327-e8d1328316bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
df34b043-b32e-40a0-b584-7bdefeb3a5de
,
e05c08c3-ac3e-4355-9a0a-40d7a362b573
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw98e4d8e3Eecb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b54f5683-88ce-4792-b327-e8d1328316bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240",
"vfModuleModelCustomizationUUID": "63123865-f82c-4448-81ff-ff0088fea76b",
"isBase": true,
"artifacts": [
"df34b043-b32e-40a0-b584-7bdefeb3a5de",
"e05c08c3-ac3e-4355-9a0a-40d7a362b573"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw98e4d8e3Eecb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a74d32cf-7ad4-4583-8b4d-1c5a2b9f8240
VfModuleModelInvariantUUID:b54f5683-88ce-4792-b327-e8d1328316bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
df34b043-b32e-40a0-b584-7bdefeb3a5de
,
e05c08c3-ac3e-4355-9a0a-40d7a362b573
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df34b043-b32e-40a0-b584-7bdefeb3a5de from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml
2021-11-10T10:16:58.263Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:16:58.264Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml
2021-11-10T10:16:58.529Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:16:58.530Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml df34b043-b32e-40a0-b584-7bdefeb3a5de 20368
2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml
2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:16:58.531Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:58.533Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:58.533Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539418530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:58.634Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:16:58.634Z||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.
2021-11-10T10:16:58.635Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:16:58.649Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:16:58.649Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:16:59.534Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e05c08c3-ac3e-4355-9a0a-40d7a362b573 from URL: /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
2021-11-10T10:16:59.535Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:16:59.535Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
2021-11-10T10:16:59.886Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:16:59.887Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env e05c08c3-ac3e-4355-9a0a-40d7a362b573 2098
2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
2021-11-10T10:16:59.888Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:16:59.889Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:16:59.891Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:16:59.891Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539419888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:16:59.992Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:16:59.993Z||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.
2021-11-10T10:16:59.993Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:00.011Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:00.011Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:17:00.892Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14
2021-11-10T10:17:00.893Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98e4d8e3-eecb 0 cc2847da-66c4-4ad7-a64b-488def6367bc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T10:17:00.937Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bce055b, org.onap.sdc.toscaparser.api.parameters.Input@26728215, org.onap.sdc.toscaparser.api.parameters.Input@58a472ca, org.onap.sdc.toscaparser.api.parameters.Input@68f060c3, org.onap.sdc.toscaparser.api.parameters.Input@33cf545b]
2021-11-10T10:17:00.941Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= db23c7b6-a191-4c26-8076-15305bd19c21
2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db23c7b6-a191-4c26-8076-15305bd19c21 matches Tosca VF Customization UUID: db23c7b6-a191-4c26-8076-15305bd19c21
2021-11-10T10:17:00.942Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: db23c7b6-a191-4c26-8076-15305bd19c21 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=?
2021-11-10T10:17:00.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.950Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:00.952Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id db23c7b6-a191-4c26-8076-15305bd19c21: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-10T10:17:00.952Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78098830
2021-11-10T10:17:00.953Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.953Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T10:17:00.954Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63123865-f82c-4448-81ff-ff0088fea76b
2021-11-10T10:17:00.955Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63123865-f82c-4448-81ff-ff0088fea76b
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=?
2021-11-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:00.962Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:17:00.984Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:17:00.985Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:17:00.986Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:00.987Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T10:17:00.988Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:17:00.988Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69393c73-c726-40aa-874f-29c7ff29ec4c
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=?
2021-11-10T10:17:01.001Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.001Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:17:01.002Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-10T10:17:01.003Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.004Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=383c73f2-3021-421d-908d-9b08d4735e99
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=?
2021-11-10T10:17:01.006Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:01.007Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:17:01.009Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.009Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is not matching search criteria
2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.010Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T10:17:01.011Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-10T10:17:01.012Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b0eff9c-a476-42e0-b8ee-566577fb1fbc
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=?
2021-11-10T10:17:01.014Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.014Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Node template vFW 98e4d8e3-eecb 0 is matching search criteria
2021-11-10T10:17:01.015Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 98e4d8e3-eecb 0] matching following query criteria: sdcType=VF, customizationUUID=db23c7b6-a191-4c26-8076-15305bd19c21
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=?
2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14: vFW 98e4d8e3-eecb
2021-11-10T10:17:01.017Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.018Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 10-14-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:17:01.019Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-10 10-14-25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T10:17:01.320Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98e4d8e3-eecb cc2847da-66c4-4ad7-a64b-488def6367bc 1 ASDC deployResourceStructure
2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json ASDC sendASDCNotification
2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json
2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:17:01.321Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:17:01.323Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:17:01.323Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539421321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:17:01.424Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:17:01.425Z||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.
2021-11-10T10:17:01.425Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:01.437Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:01.437Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:17:02.324Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml
2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:17:02.325Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:17:02.327Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:17:02.327Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539422324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T10:17:02.428Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:17:02.428Z||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.
2021-11-10T10:17:02.429Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:02.442Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:02.442Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:17:03.332Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env
2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:17:03.333Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:17:03.335Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:17:03.336Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-10T10:17:03.436Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:17:03.437Z||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.
2021-11-10T10:17:03.437Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:03.456Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:03.457Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:17:04.344Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar ASDC sendASDCNotification
2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar
2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:17:04.345Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:17:04.348Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:17:04.349Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539424344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:17:04.449Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:17:04.450Z||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.
2021-11-10T10:17:04.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:04.463Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:04.463Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:17:05.352Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
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=?
2021-11-10T10:17:05.370Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0
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=?
2021-11-10T10:17:05.374Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.375Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.376Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:17:05.376Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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=?
2021-11-10T10:17:05.381Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T10:17:35.382Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 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=?
2021-11-10T10:17:35.394Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 and serviceModelVersionId: 9560ad1c-7013-4eb8-85dc-e4b55e8e7f14
2021-11-10T10:17:35.394Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 451656b8-4db5-4881-89ea-4298502f76f1
2021-11-10T10:17:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:17:44.032Z||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.
2021-11-10T10:17:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:17:44.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:44.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:17:44.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:17:44.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:17:50.704Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0
2021-11-10T10:17:50.840Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T10:17:51.421Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?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]}
2021-11-10T10:17:51.428Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|INFO|500||Invoke
2021-11-10T10:17:51.559Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T10:17:51.843Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0|INFO|500||InvokeReturn
2021-11-10T10:17:51.844Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/451656b8-4db5-4881-89ea-4298502f76f1/model-vers/model-ver/9560ad1c-7013-4eb8-85dc-e4b55e8e7f14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-10:17:51:570-95277], vertex-id=[196696], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:17:51 GMT], Content-Type=[application/json]}
2021-11-10T10:17:51.844Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-10T10:17:51.848Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T10:17:51.848Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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=?
2021-11-10T10:17:51.855Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||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)
2021-11-10T10:17:51.857Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2880f3b-3fc5-4913-9bbb-9d44dbf891b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T10:17:51.858Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T10:17:51.858Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:17:51.863Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:17:51.865Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539471857,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T10:17:51.963Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-10T10:17:51.964Z||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.
2021-11-10T10:17:51.965Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:17:51.979Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:17:51.979Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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=?
2021-11-10T10:17:52.884Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:17:52.885Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:17:52.886Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:18:02.429Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:18:44.029Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:18:44.030Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:18:44.030Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:18:44.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:18:44.032Z||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.
2021-11-10T10:18:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:18:44.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:18:44.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:18:44.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:18:44.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:18:44.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T10:18:44.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:18:44.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539404029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:18:44.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539412146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539417231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539418530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:18:44.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539419888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:18:44.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539421321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/vfw98e4d8e3eecb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:18:44.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539422324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539423332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/resourceInstances/vfw98e4d8e3eecb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T10:18:44.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539424344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110101425/1.0/artifacts/service-Vfw20211110101425-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:18:44.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:18:53.579Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:19:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:19:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:19:44.035Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:19:44.036Z||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.
2021-11-10T10:19:44.036Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:19:44.036Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:19:44.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:19:44.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-10T10:19:44.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2880f3b-3fc5-4913-9bbb-9d44dbf891b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539471857,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T10:19:44.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:19:53.600Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:20:44.029Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:20:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:20:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:20:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:20:44.032Z||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.
2021-11-10T10:20:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:20:53.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:20:53.584Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:44.031Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:21:44.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:21:44.037Z||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.
2021-11-10T10:21:44.038Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:21:44.036Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T10:21:44.038Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:44.675Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:44.676Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.677Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4ec112c-28d0-4ae5-b517-b1aba1e6b128","serviceName":"basic_onboard_VCBWxJ","serviceVersion":"1.0","serviceUUID":"cacdefeb-7622-419c-b320-07541def9758","serviceDescription":"service","serviceInvariantUUID":"f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a","resources":[{"resourceInstanceName":"basic_onboard_VCBWxJ 0","resourceName":"basic_onboard_VCBWxJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adc3ddd0-6645-4e54-a426-27718b5b0712","resourceInvariantUUID":"a3065048-347a-4d77-915c-a9571b8fd325","resourceCustomizationUUID":"c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml","artifactChecksum":"MDJiOWIxMmU5MTdhOWY5ODY2OWZhMjFhM2YzNjQxZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba8e940d-29cc-4f1e-969e-d1dd23020d9e","artifactVersion":"1"},{"artifactName":"basic_onboard_vcbwxj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json","artifactChecksum":"MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d05d11d1-1390-40c5-b0ec-a36edb391a15","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09dc8c9d-77b7-401a-acbb-6b7d709ced55","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73cef178-174b-42fa-b9d9-79e2809c9c7a","artifactVersion":"2","generatedFromUUID":"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVcbwxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml","artifactChecksum":"NTk4OTBhYTkyNjQ5NWUwNmVkOTllYzA4OGZhNTg0ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9961f072-6c7f-42e8-9a5c-e48efb5d1914","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVcbwxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar","artifactChecksum":"OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"836db411-b3ca-4447-b6dc-62feac2ba107","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T10:21:44.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:44.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.687Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.687Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.694Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:44.697Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "dcae-sch",
"timestamp": 1636539663578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539656617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539663339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539666103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539672885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539672921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539673895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539673926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539673994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "ves-openapi-manager",
"timestamp": 1636539667643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539667874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "cds",
"timestamp": 1636539674920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-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 (?, ?, ?, ?, ?)
2021-11-10T10:21:44.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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 (?, ?, ?, ?, ?)
2021-11-10T10:21:44.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "policy-id",
"timestamp": 1636539674929,
"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=?
2021-11-10T10:21:44.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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 (?, ?, ?, ?, ?)
2021-11-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539675048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539675669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539676057,
"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=?
2021-11-10T10:21:44.770Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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=?
2021-11-10T10:21:44.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539670255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636539677060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539678079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:44.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636539679086,
"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=?
2021-11-10T10:21:44.785Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.785Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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 (?, ?, ?, ?, ?)
2021-11-10T10:21:44.791Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-10T10:21:44.794Z||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.
2021-11-10T10:21:44.794Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:44.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539674851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539682622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539687106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539689119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:44.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "clamp",
"timestamp": 1636539690125,
"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=?
2021-11-10T10:21:44.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.805Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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=?
2021-11-10T10:21:44.807Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:44.808Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539691241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:44.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-10T10:21:44.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "aai-ml",
"timestamp": 1636539692245,
"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=?
2021-11-10T10:21:44.821Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4ec112c-28d0-4ae5-b517-b1aba1e6b128
2021-11-10T10:21:44.822Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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 (?, ?, ?, ?, ?)
2021-11-10T10:21:45.697Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:45.699Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:45.701Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:45.702Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:21:45.802Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:45.803Z||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.
2021-11-10T10:21:45.803Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:45.823Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:45.824Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:21:46.703Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:46.704Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:46.709Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:46.709Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:21:46.810Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T10:21:46.811Z||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.
2021-11-10T10:21:46.812Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:46.826Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:46.826Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:47.710Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:47.711Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:47.713Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:47.713Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:47.814Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T10:21:47.815Z||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.
2021-11-10T10:21:47.815Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:47.829Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:47.829Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:48.714Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:48.715Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:48.718Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:48.718Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T10:21:48.818Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:48.820Z||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.
2021-11-10T10:21:48.820Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:48.834Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:48.836Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:21:49.719Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:49.719Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:49.722Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:49.722Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:21:49.823Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:49.824Z||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.
2021-11-10T10:21:49.824Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:49.841Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:49.843Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:21:50.723Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:21:50.724Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:50.727Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:50.727Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:21:50.826Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:21:50.827Z||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.
2021-11-10T10:21:50.827Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:50.841Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:50.842Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:21:51.730Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"serviceName": "basic_onboard_VCBWxJ",
"serviceVersion": "1.0",
"serviceUUID": "cacdefeb-7622-419c-b320-07541def9758",
"serviceDescription": "service",
"serviceInvariantUUID": "f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a",
"resources": [
{
"resourceInstanceName": "basic_onboard_VCBWxJ 0",
"resourceCustomizationUUID": "c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c",
"resourceName": "basic_onboard_VCBWxJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "adc3ddd0-6645-4e54-a426-27718b5b0712",
"resourceInvariantUUID": "a3065048-347a-4d77-915c-a9571b8fd325",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vcbwxj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"artifactChecksum": "MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d05d11d1-1390-40c5-b0ec-a36edb391a15",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "73cef178-174b-42fa-b9d9-79e2809c9c7a",
"generatedFromUUID": "da94fca7-3f9d-4a11-8a22-5b1dbdbda95d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "73cef178-174b-42fa-b9d9-79e2809c9c7a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVcbwxj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"artifactChecksum": "OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "836db411-b3ca-4447-b6dc-62feac2ba107"
}
],
"workloadContext": "Production"
}
2021-11-10T10:21:51.731Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T10:21:51.731Z|c2880f3b-3fc5-4913-9bbb-9d44dbf891b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cacdefeb-7622-419c-b320-07541def9758 ASDC
2021-11-10T10:21:51.731Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e4ec112c-28d0-4ae5-b517-b1aba1e6b128
ServiceName:basic_onboard_VCBWxJ
ServiceVersion:1.0
ServiceUUID:cacdefeb-7622-419c-b320-07541def9758
ServiceInvariantUUID:f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVcbwxj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar
ArtifactUUID:836db411-b3ca-4447-b6dc-62feac2ba107
ArtifactChecksum:OWRiNjIwNjI4NWE0YjE3YTJhM2IxNWM3ODgyYzk0OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VCBWxJ 0
ResourceCustomizationUUID:c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c
ResourceInvariantUUID:a3065048-347a-4d77-915c-a9571b8fd325
ResourceName:basic_onboard_VCBWxJ
ResourceType:VF
ResourceUUID:adc3ddd0-6645-4e54-a426-27718b5b0712
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vcbwxj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json
ArtifactUUID:d05d11d1-1390-40c5-b0ec-a36edb391a15
ArtifactChecksum:MjYyNGYwYTYyYWYwYmU4YTE2NmJjN2E4Zjk3M2ViYzM=
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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da94fca7-3f9d-4a11-8a22-5b1dbdbda95d
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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
ArtifactUUID:73cef178-174b-42fa-b9d9-79e2809c9c7a
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/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
ArtifactUUID:73cef178-174b-42fa-b9d9-79e2809c9c7a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T10:21:51.732Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cacdefeb-7622-419c-b320-07541def9758 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=?
2021-11-10T10:21:51.765Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 836db411-b3ca-4447-b6dc-62feac2ba107 from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:21:51.767Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:51.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar 836db411-b3ca-4447-b6dc-62feac2ba107 71559
2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar ASDC sendASDCNotification
2021-11-10T10:21:51.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:51.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:21:51.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:51.867Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:51.867Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539711864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:51.967Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:51.968Z||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.
2021-11-10T10:21:51.968Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:51.985Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:51.986Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:52.868Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 836db411-b3ca-4447-b6dc-62feac2ba107, URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar to file: /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:52.869Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:52.870Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:52.870Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:53.301Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18220169700032292537/Definitions/service-BasicOnboardVcbwxj-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
2021-11-10T10:21:54.578Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.579Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VCBWxJ 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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:21:54.580Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T10:21:54.581Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T10:21:54.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-10T10:21:54.583Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T10:21:54.584Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:54.585Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria
2021-11-10T10:21:54.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=07d09005-b354-4b32-ab74-1d92a45ac667
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.587Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:54.588Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_VCBWxJ
Description:service
Model UUID:cacdefeb-7622-419c-b320-07541def9758
Model Version:NULL
Model InvariantUuid:f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_VCBWxJ
Model UUID:7fd88035-2296-4977-aeb5-d32bff988c9f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3065048-347a-4d77-915c-a9571b8fd325
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b5305c61-8dc4-4af7-9cc3-288aa26291de
ModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0
ModelUuid:fb181715-c8ef-4c3a-9d51-b1c1c767126b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:07d09005-b354-4b32-ab74-1d92a45ac667
ModelInvariantUuid:7e15fee3-61b8-4d25-9af5-1d8b054f79d3
ModelName:basic_onboard_VCBWxJ-nodes.ubuntu18Cvfc
ModelUuid:bf5e7f4d-7e40-4d97-95c9-0e70d0bc06e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:56c90316-e24e-41b7-bdac-ac582e13f5e2
ModelInvariantUuid:bffab970-56f5-4023-ae42-06c76290bafa
ModelName:BasicOnboardVcbwxj.compute.nodes.heat.ubuntu18
ModelUuid:350b860f-9b36-4f69-9edd-2410a5e96aa1
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=?
2021-11-10T10:21:54.597Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: adc3ddd0-6645-4e54-a426-27718b5b0712
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=?
2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||basic_onboard_VCBWxJ 0
2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adc3ddd0-6645-4e54-a426-27718b5b0712
2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d05d11d1-1390-40c5-b0ec-a36edb391a15 from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json
2021-11-10T10:21:54.604Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:21:54.605Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json
2021-11-10T10:21:54.661Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:21:54.661Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json d05d11d1-1390-40c5-b0ec-a36edb391a15 798
2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json ASDC sendASDCNotification
2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json
2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:21:54.662Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:54.665Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:54.665Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539714662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:54.765Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:54.766Z||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.
2021-11-10T10:21:54.767Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:54.781Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:54.783Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:21:55.666Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVcbwxj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b5305c61-8dc4-4af7-9cc3-288aa26291de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb181715-c8ef-4c3a-9d51-b1c1c767126b",
"vfModuleModelCustomizationUUID": "63f34130-9a3c-4b1e-9182-c5d73d8fa63a",
"isBase": true,
"artifacts": [
"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d",
"73cef178-174b-42fa-b9d9-79e2809c9c7a"
],
"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": ""
}
}
]
2021-11-10T10:21:55.670Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb181715-c8ef-4c3a-9d51-b1c1c767126b
VfModuleModelInvariantUUID:b5305c61-8dc4-4af7-9cc3-288aa26291de
VfModuleModelDescription:NULL
Artifacts UUID List:{
da94fca7-3f9d-4a11-8a22-5b1dbdbda95d
,
73cef178-174b-42fa-b9d9-79e2809c9c7a
}
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
}
2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVcbwxj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b5305c61-8dc4-4af7-9cc3-288aa26291de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb181715-c8ef-4c3a-9d51-b1c1c767126b",
"vfModuleModelCustomizationUUID": "63f34130-9a3c-4b1e-9182-c5d73d8fa63a",
"isBase": true,
"artifacts": [
"da94fca7-3f9d-4a11-8a22-5b1dbdbda95d",
"73cef178-174b-42fa-b9d9-79e2809c9c7a"
],
"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": ""
}
}
]
2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVcbwxj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb181715-c8ef-4c3a-9d51-b1c1c767126b
VfModuleModelInvariantUUID:b5305c61-8dc4-4af7-9cc3-288aa26291de
VfModuleModelDescription:NULL
Artifacts UUID List:{
da94fca7-3f9d-4a11-8a22-5b1dbdbda95d
,
73cef178-174b-42fa-b9d9-79e2809c9c7a
}
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
}
2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da94fca7-3f9d-4a11-8a22-5b1dbdbda95d from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml
2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:21:55.672Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml
2021-11-10T10:21:55.750Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml da94fca7-3f9d-4a11-8a22-5b1dbdbda95d 5033
2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T10:21:55.751Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml
2021-11-10T10:21:55.752Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:21:55.752Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:55.754Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:55.754Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539715751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:55.854Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:55.855Z||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.
2021-11-10T10:21:55.856Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:55.871Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:55.871Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:56.755Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73cef178-174b-42fa-b9d9-79e2809c9c7a from URL: /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
2021-11-10T10:21:56.755Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T10:21:56.756Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
2021-11-10T10:21:56.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T10:21:56.860Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env 73cef178-174b-42fa-b9d9-79e2809c9c7a 909
2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
2021-11-10T10:21:56.861Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:21:56.862Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:56.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:56.864Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539716861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:21:56.964Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T10:21:56.965Z||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.
2021-11-10T10:21:56.965Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:56.980Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:56.980Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:57.865Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cacdefeb-7622-419c-b320-07541def9758
2021-11-10T10:21:57.868Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VCBWxJ 0 adc3ddd0-6645-4e54-a426-27718b5b0712 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T10:21:57.884Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e9cf88, org.onap.sdc.toscaparser.api.parameters.Input@7e12c116, org.onap.sdc.toscaparser.api.parameters.Input@39091415, org.onap.sdc.toscaparser.api.parameters.Input@1b40442a, org.onap.sdc.toscaparser.api.parameters.Input@2ce25d45]
2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.886Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c
2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c matches Tosca VF Customization UUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c
2021-11-10T10:21:57.887Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c 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=?
2021-11-10T10:21:57.890Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c: {\"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\"}
2021-11-10T10:21:57.891Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c304d02
2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63f34130-9a3c-4b1e-9182-c5d73d8fa63a
2021-11-10T10:21:57.892Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63f34130-9a3c-4b1e-9182-c5d73d8fa63a
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=?
2021-11-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:57.896Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.897Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is not matching search criteria
2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T10:21:57.898Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=07d09005-b354-4b32-ab74-1d92a45ac667
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=?
2021-11-10T10:21:57.900Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.900Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_VCBWxJ 0 is matching search criteria
2021-11-10T10:21:57.901Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_VCBWxJ 0] matching following query criteria: sdcType=VF, customizationUUID=c66c99b7-f634-4ef2-a6fd-0ee4a9bf336c
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=?
2021-11-10T10:21:57.903Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.903Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cacdefeb-7622-419c-b320-07541def9758: basic_onboard_VCBWxJ
2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.904Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.905Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:21:57.906Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_VCBWxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:21:57.906Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_VCBWxJ
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 (?, ?, ?, ?, ?)
2021-11-10T10:21:58.001Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VCBWxJ adc3ddd0-6645-4e54-a426-27718b5b0712 1 ASDC deployResourceStructure
2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json ASDC sendASDCNotification
2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json
2021-11-10T10:21:58.002Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:21:58.003Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:58.005Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:58.005Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539718002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:58.105Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:58.106Z||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.
2021-11-10T10:21:58.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:58.121Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:58.121Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml
2021-11-10T10:21:59.006Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:21:59.007Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:21:59.009Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:21:59.009Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539719005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T10:21:59.109Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:21:59.110Z||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.
2021-11-10T10:21:59.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:21:59.124Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:21:59.124Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env
2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:22:00.010Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:22:00.015Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:22:00.015Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539720009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T10:22:00.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-10T10:22:00.114Z||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.
2021-11-10T10:22:00.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:22:00.128Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:22:00.128Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:22:01.016Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar ASDC sendASDCNotification
2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar
2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:22:01.017Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:22:01.019Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:22:01.019Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539721016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:22:01.120Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:22:01.121Z||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.
2021-11-10T10:22:01.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:22:01.135Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:22:01.135Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:22:02.020Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128
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=?
2021-11-10T10:22:02.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128
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=?
2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T10:22:02.037Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.038Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:22:02.039Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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=?
2021-11-10T10:22:02.044Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T10:22:32.044Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 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=?
2021-11-10T10:22:32.053Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4ec112c-28d0-4ae5-b517-b1aba1e6b128 and serviceModelVersionId: cacdefeb-7622-419c-b320-07541def9758
2021-11-10T10:22:32.054Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a
2021-11-10T10:22:32.057Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0
2021-11-10T10:22:32.064Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T10:22:32.132Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|INFO|500||Invoke
2021-11-10T10:22:32.133Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44b1de2a-42ef-4a4b-b0b6-7a62f35b33e3], X-ECOMP-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], X-TransactionId=[], X-ONAP-RequestID=[e4ec112c-28d0-4ae5-b517-b1aba1e6b128], Content-Type=[application/merge-patch+json]}
2021-11-10T10:22:32.164Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T10:22:32.364Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?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/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-10:22:32:173-56634], vertex-id=[200856], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:22:32 GMT], Content-Type=[application/json]}
2021-11-10T10:22:32.364Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-10T10:22:32.366Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6ae6e6f-aa8f-4e32-801f-d5ca12a6644a/model-vers/model-ver/cacdefeb-7622-419c-b320-07541def9758?depth=0|INFO|500||InvokeReturn
2021-11-10T10:22:32.368Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T10:22:32.368Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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=?
2021-11-10T10:22:32.373Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||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)
2021-11-10T10:22:32.374Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4ec112c-28d0-4ae5-b517-b1aba1e6b128 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T10:22:32.374Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T10:22:32.375Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:22:32.377Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:22:32.377Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539752374,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T10:22:32.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:22:32.478Z||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.
2021-11-10T10:22:32.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:22:32.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:22:32.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T10:22:44.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:22:44.030Z||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.
2021-11-10T10:22:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:22:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:22:44.033Z||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.
2021-11-10T10:22:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:22:44.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:22:44.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-10T10:22:44.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:22:44.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-10T10:22:53.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:23:44.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:23:44.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:23:44.042Z||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.
2021-11-10T10:23:44.044Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:23:44.042Z||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.
2021-11-10T10:23:44.045Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:23:44.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:23:44.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:23:44.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:23:44.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:23:44.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T10:23:44.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:23:44.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539704030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:23:44.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-10T10:23:44.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539711864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:23:44.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539714662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:23:44.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539715751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:23:44.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539716861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:23:44.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539718002,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/basic_onboard_vcbwxj0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539719005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539720009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/resourceInstances/basic_onboard_vcbwxj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T10:23:44.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539721016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVcbwxj/1.0/artifacts/service-BasicOnboardVcbwxj-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:23:44.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:44.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-10T10:23:44.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4ec112c-28d0-4ae5-b517-b1aba1e6b128",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636539752374,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T10:23:44.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:23:53.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:24:44.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:24:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:24:44.032Z||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.
2021-11-10T10:24:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:24:44.032Z||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.
2021-11-10T10:24:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:24:53.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:24:53.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:25:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:25:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:25:44.038Z||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.
2021-11-10T10:25:44.039Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:25:44.038Z||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.
2021-11-10T10:25:44.039Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:25:53.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:25:53.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:26:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:26:44.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:26:44.032Z||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.
2021-11-10T10:26:44.032Z||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.
2021-11-10T10:26:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:26:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:26:53.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:26:53.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:27:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:27:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:27:44.033Z||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.
2021-11-10T10:27:44.033Z||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.
2021-11-10T10:27:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:27:44.034Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:27:53.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:27:53.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:28:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:28:44.030Z||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.
2021-11-10T10:28:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:28:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:28:44.032Z||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.
2021-11-10T10:28:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:28:53.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:28:53.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:29:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:29:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:29:44.032Z||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.
2021-11-10T10:29:44.031Z||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.
2021-11-10T10:29:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:29:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:29:53.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:29:53.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:30:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:30:44.030Z||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.
2021-11-10T10:30:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:30:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:30:44.032Z||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.
2021-11-10T10:30:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:30:53.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:30:53.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:31:44.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:31:44.032Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:31:44.034Z||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.
2021-11-10T10:31:44.034Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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.
2021-11-10T10:31:44.035Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:31:44.035Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ...
2021-11-10T10:31:53.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:31:53.586Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:32:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:32:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:32:44.038Z||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.
2021-11-10T10:32:44.038Z||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.
2021-11-10T10:32:44.038Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:32:44.038Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:32:53.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:32:53.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:33:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:33:44.030Z||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.
2021-11-10T10:33:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:33:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:33:44.032Z||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.
2021-11-10T10:33:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:33:53.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:33:53.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:34:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:34:44.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:34:44.034Z||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.
2021-11-10T10:34:44.035Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:34:44.034Z||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.
2021-11-10T10:34:44.035Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:34:53.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:34:53.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:35:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:35:44.030Z||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.
2021-11-10T10:35:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:35:44.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:35:44.033Z||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.
2021-11-10T10:35:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:35:53.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:35:53.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:36:44.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:36:44.032Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:36:44.039Z||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.
2021-11-10T10:36:44.040Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:36:44.039Z||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.
2021-11-10T10:36:44.041Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:36:53.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:36:53.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:37:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:37:44.030Z||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.
2021-11-10T10:37:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:37:44.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:37:44.032Z||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.
2021-11-10T10:37:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:37:53.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:37:53.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:38:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:38:44.031Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:38:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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.
2021-11-10T10:38:44.033Z||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.
2021-11-10T10:38:44.033Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|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 D2inFgAyX6pF09mO) ...
2021-11-10T10:38:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:38:53.582Z|e4ec112c-28d0-4ae5-b517-b1aba1e6b128|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:38:53.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:39:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:39:44.030Z||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.
2021-11-10T10:39:44.030Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:39:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:39:44.032Z||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.
2021-11-10T10:39:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:39:53.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:39:53.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:44.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:40:44.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:40:44.031Z||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.
2021-11-10T10:40:44.032Z||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.
2021-11-10T10:40:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:40:44.032Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:40:44.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:44.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540827644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540827644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "cds",
"timestamp": 1636540836103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540836617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "cds",
"timestamp": 1636540836103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540836617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540837874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540837874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "cds",
"timestamp": 1636540839992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "clamp",
"timestamp": 1636540840254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "cds",
"timestamp": 1636540840998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T10:40:44.192Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0
2021-11-10T10:40:44.193Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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 (?, ?, ?, ?, ?)
2021-11-10T10:40:44.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540841030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "clamp",
"timestamp": 1636540840254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540842686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:40:44.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540843690,
"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=?
2021-11-10T10:40:44.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0
2021-11-10T10:40:44.212Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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 (?, ?, ?, ?, ?)
2021-11-10T10:40:44.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:44.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-10T10:40:44.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7333fd83-6c04-4a96-b48a-29d4e896beb0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c640fc5b-a24e-4d16-b418-42da3fbb5171","serviceDescription":"service","serviceInvariantUUID":"caba620d-255b-41ac-ac48-46188603ff1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ca8d499-b910-47bd-b2f1-46f5c4060dbd","resourceInvariantUUID":"523db790-31a2-48ab-8ddd-3427b7d4d150","resourceCustomizationUUID":"cd771453-d62a-46de-96c2-19c1fd1bede9","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":"Y2YzZjBjMzg4NzRmMTQ1MzliZDY2MDllNjMxMGM2NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e13bd3ff-d5f7-423b-9ffc-864f878d453b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37db55ca-1491-42f6-b01c-55253a350ff4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T10:40:44.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:40:44.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:40:44.675Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:40:44.675Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540844029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:40:44.775Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:40:44.777Z||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.
2021-11-10T10:40:44.777Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:40:44.791Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:44.791Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:40:45.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:40:45.676Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:40:45.679Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:40:45.679Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540844029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:40:45.779Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:40:45.781Z||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.
2021-11-10T10:40:45.781Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:40:45.794Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:45.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:40:46.680Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c640fc5b-a24e-4d16-b418-42da3fbb5171",
"serviceDescription": "service",
"serviceInvariantUUID": "caba620d-255b-41ac-ac48-46188603ff1e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cd771453-d62a-46de-96c2-19c1fd1bede9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9ca8d499-b910-47bd-b2f1-46f5c4060dbd",
"resourceInvariantUUID": "523db790-31a2-48ab-8ddd-3427b7d4d150",
"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": "ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37db55ca-1491-42f6-b01c-55253a350ff4"
}
],
"workloadContext": "Production"
}
2021-11-10T10:40:46.681Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T10:40:46.681Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c640fc5b-a24e-4d16-b418-42da3fbb5171 ASDC
2021-11-10T10:40:46.682Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7333fd83-6c04-4a96-b48a-29d4e896beb0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c640fc5b-a24e-4d16-b418-42da3fbb5171
ServiceInvariantUUID:caba620d-255b-41ac-ac48-46188603ff1e
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:37db55ca-1491-42f6-b01c-55253a350ff4
ArtifactChecksum:ZGI4YWRmMDY5OGQ2MTRmZjZjYTE5MjVkOGFkMDRiYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cd771453-d62a-46de-96c2-19c1fd1bede9
ResourceInvariantUUID:523db790-31a2-48ab-8ddd-3427b7d4d150
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ca8d499-b910-47bd-b2f1-46f5c4060dbd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-10T10:40:46.682Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c640fc5b-a24e-4d16-b418-42da3fbb5171 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=?
2021-11-10T10:40:46.711Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37db55ca-1491-42f6-b01c-55253a350ff4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-10T10:40:46.712Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-10T10:40:46.713Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-10T10:40:47.223Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-10T10:40:47.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37db55ca-1491-42f6-b01c-55253a350ff4 52481
2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:40:47.226Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:40:47.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:40:47.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540847226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:40:47.330Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:40:47.331Z||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.
2021-11-10T10:40:47.331Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:40:47.360Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:47.361Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:40:48.229Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:40:48.230Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37db55ca-1491-42f6-b01c-55253a350ff4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-10T10:40:48.231Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-10T10:40:48.372Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12802633228608322667/Definitions/service-BasicNetwork-template.yml
2021-11-10T10:40:48.959Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T10:40:48.960Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.961Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-10T10:40:48.962Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-10T10:40:48.963Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-10T10:40:48.964Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.965Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.966Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.967Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c640fc5b-a24e-4d16-b418-42da3fbb5171
Model Version:NULL
Model InvariantUuid:caba620d-255b-41ac-ac48-46188603ff1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:523db790-31a2-48ab-8ddd-3427b7d4d150
Model UUID:bc25d4fc-3ae3-4749-98be-7a070f3f4a0e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cd771453-d62a-46de-96c2-19c1fd1bede9
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=?
2021-11-10T10:40:48.973Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ca8d499-b910-47bd-b2f1-46f5c4060dbd
2021-11-10T10:40:48.974Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||No resources found for Service: c640fc5b-a24e-4d16-b418-42da3fbb5171
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=?
2021-11-10T10:40:48.982Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||
2021-11-10T10:40:48.983Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-10T10:40:48.984Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c640fc5b-a24e-4d16-b418-42da3fbb5171
2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c640fc5b-a24e-4d16-b418-42da3fbb5171
2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-10T10:40:48.985Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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=?
2021-11-10T10:40:48.991Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45698dee, org.onap.sdc.toscaparser.api.parameters.Input@5e75bf13, org.onap.sdc.toscaparser.api.parameters.Input@27b7e765, org.onap.sdc.toscaparser.api.parameters.Input@56d88fec, org.onap.sdc.toscaparser.api.parameters.Input@5fd76e24]
2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.993Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.994Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.994Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c640fc5b-a24e-4d16-b418-42da3fbb5171: Generic NeutronNet
2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:48.995Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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=?
2021-11-10T10:40:49.030Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:49.030Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:40:49.031Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:40:49.032Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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 (?, ?)
2021-11-10T10:40:49.086Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T10:40:49.087Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:40:49.089Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:40:49.090Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540849087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:40:49.190Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:40:49.191Z||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.
2021-11-10T10:40:49.191Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:40:49.220Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:40:49.221Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:40:50.090Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:40:50.101Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:40:50.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:41:20.104Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:41:20.118Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:41:20.121Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:41:44.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:41:44.040Z||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.
2021-11-10T10:41:44.040Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:41:44.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:41:44.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-10T10:41:44.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "policy-id",
"timestamp": 1636540843339,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:41:44.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-10T10:41:50.122Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:41:50.146Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:41:50.149Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:41:50.149Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:41:50.150Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:42:20.150Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:42:20.160Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:42:20.162Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:42:44.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:42:44.032Z||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.
2021-11-10T10:42:44.033Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:42:44.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:42:44.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-10T10:42:44.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "dcae-sch",
"timestamp": 1636540843579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:42:44.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-10T10:42:50.163Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:42:50.174Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:42:50.177Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:43:20.178Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:43:20.216Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:43:20.224Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:43:20.224Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T10:43:20.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T10:43:44.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:43:44.034Z||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.
2021-11-10T10:43:44.035Z||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 D2inFgAyX6pF09mO) ...
2021-11-10T10:43:44.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:43:44.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540844029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "policy-id",
"timestamp": 1636540843339,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "dcae-sch",
"timestamp": 1636540843579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "aai-ml",
"timestamp": 1636540844852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540844029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "policy-id",
"timestamp": 1636540846126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "aai-ml",
"timestamp": 1636540844852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "policy-id",
"timestamp": 1636540847131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540847226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "clamp",
"timestamp": 1636540847279,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "aai-ml",
"timestamp": 1636540847838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "policy-id",
"timestamp": 1636540848134,
"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=?
2021-11-10T10:43:44.079Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0
2021-11-10T10:43:44.079Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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 (?, ?, ?, ?, ?)
2021-11-10T10:43:44.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636540849087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:43:44.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "clamp",
"timestamp": 1636540849288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:43:44.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "clamp",
"timestamp": 1636540850294,
"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=?
2021-11-10T10:43:44.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0
2021-11-10T10:43:44.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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 (?, ?, ?, ?, ?)
2021-11-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "aai-ml",
"timestamp": 1636540852292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:43:44.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "aai-ml",
"timestamp": 1636540853296,
"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=?
2021-11-10T10:43:44.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7333fd83-6c04-4a96-b48a-29d4e896beb0
2021-11-10T10:43:44.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333fd83-6c04-4a96-b48a-29d4e896beb0 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 (?, ?, ?, ?, ?)
2021-11-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "ves-openapi-manager",
"timestamp": 1636540887643,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540883338,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "dcae-sch",
"timestamp": 1636540883579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540899934,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "clamp",
"timestamp": 1636540900255,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540900970,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "clamp",
"timestamp": 1636540900255,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "policy-id",
"timestamp": 1636540901973,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T10:43:44.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba09000f-1b70-4b16-96e1-f854597fe481
2021-11-10T10:43:44.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba09000f-1b70-4b16-96e1-f854597fe481 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 (?, ?, ?, ?, ?)
2021-11-10T10:43:44.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540896103,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "clamp",
"timestamp": 1636540900255,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636540896617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636540897874,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "cds",
"timestamp": 1636540903827,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:43:44.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T10:43:44.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T10:43:44.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "clamp",
"timestamp": 1636540900255,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:43:44.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T10:43:50.225Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:43:50.236Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0
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=?
2021-11-10T10:43:50.239Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.240Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T10:43:50.241Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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=?
2021-11-10T10:43:50.245Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T10:44:20.246Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 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=?
2021-11-10T10:44:20.250Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7333fd83-6c04-4a96-b48a-29d4e896beb0 and serviceModelVersionId: c640fc5b-a24e-4d16-b418-42da3fbb5171
2021-11-10T10:44:20.250Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : caba620d-255b-41ac-ac48-46188603ff1e
2021-11-10T10:44:20.252Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0
2021-11-10T10:44:20.258Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T10:44:20.331Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?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]}
2021-11-10T10:44:20.333Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|INFO|500||Invoke
2021-11-10T10:44:20.356Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T10:44:20.792Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0|INFO|500||InvokeReturn
2021-11-10T10:44:20.792Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/caba620d-255b-41ac-ac48-46188603ff1e/model-vers/model-ver/c640fc5b-a24e-4d16-b418-42da3fbb5171?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-10:44:20:366-51698], vertex-id=[364568], Content-Length=[0], Date=[Wed, 10 Nov 2021 10:44:20 GMT], Content-Type=[application/json]}
2021-11-10T10:44:20.793Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-10T10:44:20.794Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T10:44:20.794Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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=?
2021-11-10T10:44:20.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||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)
2021-11-10T10:44:20.805Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7333fd83-6c04-4a96-b48a-29d4e896beb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T10:44:20.805Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T10:44:20.806Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:20.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:20.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7333fd83-6c04-4a96-b48a-29d4e896beb0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541060805,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T10:44:20.910Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:20.912Z||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.
2021-11-10T10:44:20.912Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:20.932Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:20.933Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|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.
2021-11-10T10:44:21.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|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 D2inFgAyX6pF09mO) ...
2021-11-10T10:44:26.802Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:26.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-10T10:44:26.804Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba09000f-1b70-4b16-96e1-f854597fe481","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6300d53b-9afb-4912-a62b-353b6a7247d1","serviceDescription":"service","serviceInvariantUUID":"2edc4004-d50b-4ead-a37d-0765a42f9e6b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1e9b841-2380-400a-baa7-85d5c4e231f9","resourceInvariantUUID":"33d12a07-a83c-4a18-a8aa-b64da19f5293","resourceCustomizationUUID":"bfdb9117-4e61-4d25-8be2-0a9f458a1a38","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":"MGQ0MGIyOGVlZTQzNzIwMGNkY2I2MGE2NTZhY2E4MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be2d4bef-6ce9-4878-9641-c68435206148","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":"MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20ffab9a-73a3-4cae-a878-f3e21b10e962","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":"b67a4849-88ec-4b99-83e4-998a12863c8e","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":"1732bec9-24cb-49ec-ba93-de4cd654d844","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":"a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8","artifactVersion":"2","generatedFromUUID":"b67a4849-88ec-4b99-83e4-998a12863c8e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmNmZDY1MDI1ZTQ1ZjMxYjg5MWQxMGJkZjZlYThhZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7463b5cf-2b1d-47f9-bc14-ed18e4953826","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e08a98e8-79e1-4972-8aba-4e9c581b1d83","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T10:44:26.807Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:26.807Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:26.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:26.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:44:26.909Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:26.910Z||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.
2021-11-10T10:44:26.910Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:26.928Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:26.929Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:44:27.809Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:27.810Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:27.812Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:27.812Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T10:44:27.913Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:27.914Z||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.
2021-11-10T10:44:27.914Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:27.926Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:27.927Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:44:28.813Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:28.814Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:28.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:28.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T10:44:28.917Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:28.918Z||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.
2021-11-10T10:44:28.918Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:28.936Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:28.937Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:44:29.817Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:29.819Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:29.822Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:29.822Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:44:29.922Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:29.923Z||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.
2021-11-10T10:44:29.923Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:29.940Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:29.940Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:44:30.823Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:30.824Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:30.825Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:30.826Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T10:44:30.926Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:30.927Z||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.
2021-11-10T10:44:30.927Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:30.944Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:30.944Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:44:31.826Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:31.827Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:31.829Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:31.829Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T10:44:31.929Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:31.930Z||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.
2021-11-10T10:44:31.931Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:31.947Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:31.949Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-11-10T10:44:32.830Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T10:44:32.831Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:32.832Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:32.833Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541061823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T10:44:32.933Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:32.933Z||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.
2021-11-10T10:44:32.934Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:32.945Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:32.946Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:44:33.834Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "6300d53b-9afb-4912-a62b-353b6a7247d1",
"serviceDescription": "service",
"serviceInvariantUUID": "2edc4004-d50b-4ead-a37d-0765a42f9e6b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "bfdb9117-4e61-4d25-8be2-0a9f458a1a38",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1e9b841-2380-400a-baa7-85d5c4e231f9",
"resourceInvariantUUID": "33d12a07-a83c-4a18-a8aa-b64da19f5293",
"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": "MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20ffab9a-73a3-4cae-a878-f3e21b10e962",
"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": "b67a4849-88ec-4b99-83e4-998a12863c8e",
"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": "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8",
"generatedFromUUID": "b67a4849-88ec-4b99-83e4-998a12863c8e"
},
"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": "a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e08a98e8-79e1-4972-8aba-4e9c581b1d83"
}
],
"workloadContext": "Production"
}
2021-11-10T10:44:33.834Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T10:44:33.835Z|7333fd83-6c04-4a96-b48a-29d4e896beb0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6300d53b-9afb-4912-a62b-353b6a7247d1 ASDC
2021-11-10T10:44:33.837Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ba09000f-1b70-4b16-96e1-f854597fe481
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6300d53b-9afb-4912-a62b-353b6a7247d1
ServiceInvariantUUID:2edc4004-d50b-4ead-a37d-0765a42f9e6b
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:e08a98e8-79e1-4972-8aba-4e9c581b1d83
ArtifactChecksum:YzZiZDI4YTY2OTdkZmMwM2M2OWZkYTM5MDE2NjVjYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bfdb9117-4e61-4d25-8be2-0a9f458a1a38
ResourceInvariantUUID:33d12a07-a83c-4a18-a8aa-b64da19f5293
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b1e9b841-2380-400a-baa7-85d5c4e231f9
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:20ffab9a-73a3-4cae-a878-f3e21b10e962
ArtifactChecksum:MTk2Zjg3ZThmZTQxMjhjMTAyNDFmM2Q3ZDllYTFhMmQ=
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:b67a4849-88ec-4b99-83e4-998a12863c8e
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:a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8
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:a82cc9ab-0c96-47c3-a0c5-8bfc9a9b20b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T10:44:33.837Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6300d53b-9afb-4912-a62b-353b6a7247d1 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=?
2021-11-10T10:44:33.870Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:44:33.870Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e08a98e8-79e1-4972-8aba-4e9c581b1d83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-10T10:44:33.871Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T10:44:33.965Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e08a98e8-79e1-4972-8aba-4e9c581b1d83 71032
2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T10:44:33.969Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-10T10:44:33.971Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T10:44:33.972Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ba09000f-1b70-4b16-96e1-f854597fe481",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636541073969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T10:44:34.072Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T10:44:34.072Z||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.
2021-11-10T10:44:34.073Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as D2inFgAyX6pF09mO) ...
2021-11-10T10:44:34.084Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T10:44:34.085Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T10:44:34.972Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T10:44:34.973Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-10T10:44:34.973Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e08a98e8-79e1-4972-8aba-4e9c581b1d83, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T10:44:34.974Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T10:44:35.272Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11913211012185283765/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
2021-11-10T10:44:36.505Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.506Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||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
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-10T10:44:36.507Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:44:36.508Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T10:44:36.509Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.510Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T10:44:36.511Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T10:44:36.512Z|ba09000f-1b70-4b16-96e1-f854597fe481|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery