By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-04T03:02:32.109Z||main|||||INFO|500||The following profiles are active: basic
2022-11-04T03:02:43.186Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-04T03:02:43.188Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-04T03:02:43.289Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-04T03:02:47.700Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-04T03:02:48.266Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-04T03:02:48.750Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-04T03:02:48.755Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-04T03:02:48.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-04T03:02:49.072Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-04T03:02:49.646Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-04T03:02:51.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-04T03:02:53.550Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-04T03:02:53.620Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-04T03:02:54.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-04T03:02:54.387Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-04T03:02:55.296Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-04T03:02:56.239Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-04T03:02:56.261Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-04T03:02:56.262Z||main|||||WARN|500||The sdc end point is not alive
2022-11-04T03:02:58.588Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-04T03:03:01.105Z||main|||||WARN|500||---
2022-11-04T03:03:01.105Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-04T03:03:01.106Z||main|||||WARN|500||---
2022-11-04T03:03:01.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-04T03:03:06.131Z||main|||||INFO|500||Started Application in 36.848 seconds (JVM running for 38.732)
2022-11-04T03:03:06.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-04T03:03:06.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-04T03:03:06.153Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-04T03:03:06.175Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-04T03:03:06.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcc91e96-c3a8-47a3-8e2d-c264eed5b111 url= /sdc/v1/artifactTypes
2022-11-04T03:03:06.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-04T03:03:06.443Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-04T03:03:06.465Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-04T03:03:06.486Z||scheduling-1|||||DEBUG|500||create keys
2022-11-04T03:03:06.493Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-04T03:03:06.538Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:03:06.552Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a80164d-dc25-4712-afd8-a5c5e6d40422 url= /sdc/v1/registerForDistribution
2022-11-04T03:03:06.675Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a80164d-dc25-4712-afd8-a5c5e6d40422 url= /sdc/v1/registerForDistribution
2022-11-04T03:03:06.676Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-04T03:03:06.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:03:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:03:06.700Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:03:06.700Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-04T03:03:06.701Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:03:06.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:03:06.702Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:03:17.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:03:17.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:04:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:04:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:04:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:04:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:04:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:04:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:04:16.258Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:04:16.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:05:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:05:06.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:05:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:05:06.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:05:06.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:05:06.687Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:05:16.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:05:16.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:06:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:06:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:06:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:06:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:06:06.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:06:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:06:16.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:06:16.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:07:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:07:06.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:07:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:07:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:07:06.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:07:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:07:16.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:07:16.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:08:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:08:06.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:08:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:08:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:08:06.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:08:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:08:16.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:08:16.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:09:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:09:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:09:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:09:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:09:06.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:09:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:09:16.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:09:16.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:10:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:10:06.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:10:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:10:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:10:06.684Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:10:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:10:16.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:10:16.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:11:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:11:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:11:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:11:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:11:06.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:11:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:11:16.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:11:16.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:12:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:12:06.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:12:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:12:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:12:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:12:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:12:16.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:12:16.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:13:06.483Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-04T03:13:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:13:06.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:13:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:13:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:13:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:13:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:13:16.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:13:16.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:14:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:14:06.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:14:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:14:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:14:06.684Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:14:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:14:16.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:14:16.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:15:06.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:15:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:15:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:15:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:15:06.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:15:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:15:16.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:15:16.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:16:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:16:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:16:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:16:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:16:06.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:16:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:16:16.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:16:16.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:17:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:17:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:17:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:17:06.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:17:06.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:17:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:17:16.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:17:16.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:18:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:18:06.684Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:18:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:18:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:18:06.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:18:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:18:16.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:18:16.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:19:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:19:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:19:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:19:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:19:06.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:19:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:19:16.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:19:16.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:20:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:20:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:20:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:20:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:20:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:20:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:20:16.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:20:16.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:21:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:21:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:21:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:21:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:21:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:21:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:21:16.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:21:16.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:22:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:22:06.684Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:22:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:22:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:22:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:22:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:22:16.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:22:16.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:23:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:23:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:23:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:23:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:23:06.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:23:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:23:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:23:16.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:24:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:24:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:24:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:24:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:24:06.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:24:06.687Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:24:16.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:24:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:25:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:25:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:25:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:25:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:25:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:25:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:25:16.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:25:16.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:26:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:26:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:26:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:26:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:26:06.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:26:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:26:16.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:26:16.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:27:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:27:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:27:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:27:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:27:06.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:27:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:27:16.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:27:16.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:28:06.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:28:06.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:28:06.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:28:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:28:06.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:28:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:28:16.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:28:16.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:29:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:29:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:29:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:29:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:29:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:29:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:29:16.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:29:16.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:30:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:30:06.684Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:30:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:30:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:30:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:30:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:30:16.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:30:16.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:31:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:31:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:31:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:31:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:31:06.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:31:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:31:16.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:31:16.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:32:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:32:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:32:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:32:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:32:06.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:32:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:32:16.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:32:16.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:33:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:33:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:33:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:33:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:33:06.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:33:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:33:16.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:33:16.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:34:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:34:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:34:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:34:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:34:06.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:34:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:34:16.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:34:16.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:35:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:35:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:35:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:35:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:35:06.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:35:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:35:16.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:35:16.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:36:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:36:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:36:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:36:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:36:06.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:36:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:36:16.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:36:16.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:37:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:37:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:37:06.684Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:37:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:37:06.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:37:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:37:16.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:37:16.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:38:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:38:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:38:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:38:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:38:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:38:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:38:16.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:38:16.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:39:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:39:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:39:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:39:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:39:06.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:39:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:39:16.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:39:16.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:40:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:40:06.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:40:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:40:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:40:06.684Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:40:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:40:16.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:40:16.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:41:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:41:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:41:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:41:06.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:41:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:41:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:41:16.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:41:16.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:42:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:42:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:42:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:42:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:42:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:42:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:42:16.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:42:16.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:43:06.683Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:43:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:43:06.684Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:43:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:06.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:07.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:07.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae79a23d-cceb-4f17-88fb-254e295f5487","serviceName":"vFW 2022-11-04 03-41-28","serviceVersion":"1.0","serviceUUID":"6127c48a-6363-49cc-aa4d-8248d7765966","serviceDescription":"catalog service description","serviceInvariantUUID":"b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252","resources":[{"resourceInstanceName":"vFW 9e67a134-7819 0","resourceName":"vFW 9e67a134-7819","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baec0977-d1f4-4241-a5b2-fdc440e8d293","resourceInvariantUUID":"352cd35c-bf9d-425a-aecb-6635e82f32dd","resourceCustomizationUUID":"7323664c-a1af-43c5-ba69-d0b295854538","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml","artifactChecksum":"N2U0ZmQ0ZDI0ZDQyNmU1YmQ4ODNjMDIwYjZlNzRhOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ba51f55-7586-4d0b-b6a8-ea92cb05eb98","artifactVersion":"1"},{"artifactName":"vfw9e67a13478190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json","artifactChecksum":"Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de71b6cd-f4b4-4c35-a1af-4017aa36f410","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4179190b-56a5-4fad-ba3f-0d5631bca667","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Q4NGU0OWEzYmJlNmQ5MzE3NzM4MDY0MzgzOTM0OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23f13ff0-3cd2-4685-b209-692b2f6b2499","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9ece388-df17-4acb-9266-79ae582dd168","artifactVersion":"2","generatedFromUUID":"4179190b-56a5-4fad-ba3f-0d5631bca667"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221104034128-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml","artifactChecksum":"Nzg1MmI3OTllYWQ3MTE5ZDVmMzBjMDhlYjQzNmVkZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8b4963f-574d-4398-836e-d806c4382089","artifactVersion":"1"},{"artifactName":"service-Vfw20221104034128-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar","artifactChecksum":"MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adca1013-b873-4817-b052-8ad1d6f14c63","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-04T03:43:07.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:07.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.331Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:07.341Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:07.341Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533333556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533337841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533330822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533334520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533339145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533347195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533347165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533347191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533346973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533341165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533348204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "cds",
"timestamp": 1667533347992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.441Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-04T03:43:07.444Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:07.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:07.460Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:07.461Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.557Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533348957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "policy-id",
"timestamp": 1667533349208,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.600Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533350039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533351093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533352169,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.614Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.615Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-04T03:43:07.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533352342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533353174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533353347,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.633Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.633Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533360645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533354576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "aai-ml",
"timestamp": 1667533361650,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.651Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533370468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533372484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "clamp",
"timestamp": 1667533373488,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.671Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487
2022-11-04T03:43:07.671Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533367841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533361165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533364520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533375647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533375761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533375913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533369145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533376705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533370822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533376855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533377813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533378249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533378593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "cds",
"timestamp": 1667533377860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:43:07.705Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533378836,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:43:07.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667533379253,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:43:07.743Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533379596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667533379842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "ves-openapi-manager",
"timestamp": 1667533373556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "policy-id",
"timestamp": 1667533380599,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.761Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:43:07.761Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-04T03:43:07.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533382479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:07.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:43:07.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "aai-ml",
"timestamp": 1667533383483,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:07.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:43:07.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:43:07.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:43:07.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:07.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:43:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:08.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:08.351Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:43:08.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:08.452Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:08.452Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:08.462Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:08.464Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:09.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:09.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:09.354Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:09.354Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:43:09.455Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-04T03:43:09.456Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:09.457Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:09.468Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:09.470Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:10.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:10.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:10.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:10.358Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:10.458Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:10.459Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:10.459Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:10.470Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:10.471Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:11.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:11.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:11.361Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:11.361Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-04T03:43:11.461Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:11.462Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:11.462Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:11.472Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:11.473Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:12.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:12.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:12.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:12.365Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:43:12.465Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:12.466Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:12.466Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:12.480Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:12.481Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:13.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:43:13.366Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:13.368Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:13.368Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:43:13.468Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:13.469Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:13.469Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:13.479Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:13.480Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:43:14.369Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"serviceName": "vFW 2022-11-04 03-41-28",
"serviceVersion": "1.0",
"serviceUUID": "6127c48a-6363-49cc-aa4d-8248d7765966",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252",
"resources": [
{
"resourceInstanceName": "vFW 9e67a134-7819 0",
"resourceCustomizationUUID": "7323664c-a1af-43c5-ba69-d0b295854538",
"resourceName": "vFW 9e67a134-7819",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "baec0977-d1f4-4241-a5b2-fdc440e8d293",
"resourceInvariantUUID": "352cd35c-bf9d-425a-aecb-6635e82f32dd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9e67a13478190_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"artifactChecksum": "Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de71b6cd-f4b4-4c35-a1af-4017aa36f410",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4179190b-56a5-4fad-ba3f-0d5631bca667",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9ece388-df17-4acb-9266-79ae582dd168",
"generatedFromUUID": "4179190b-56a5-4fad-ba3f-0d5631bca667"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b9ece388-df17-4acb-9266-79ae582dd168",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221104034128-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"artifactChecksum": "MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "adca1013-b873-4817-b052-8ad1d6f14c63"
}
],
"workloadContext": "Production"
}
2022-11-04T03:43:14.371Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-04T03:43:14.371Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6127c48a-6363-49cc-aa4d-8248d7765966 ASDC
2022-11-04T03:43:14.440Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ae79a23d-cceb-4f17-88fb-254e295f5487
ServiceName:vFW 2022-11-04 03-41-28
ServiceVersion:1.0
ServiceUUID:6127c48a-6363-49cc-aa4d-8248d7765966
ServiceInvariantUUID:b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221104034128-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar
ArtifactUUID:adca1013-b873-4817-b052-8ad1d6f14c63
ArtifactChecksum:MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9e67a134-7819 0
ResourceCustomizationUUID:7323664c-a1af-43c5-ba69-d0b295854538
ResourceInvariantUUID:352cd35c-bf9d-425a-aecb-6635e82f32dd
ResourceName:vFW 9e67a134-7819
ResourceType:VF
ResourceUUID:baec0977-d1f4-4241-a5b2-fdc440e8d293
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9e67a13478190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json
ArtifactUUID:de71b6cd-f4b4-4c35-a1af-4017aa36f410
ArtifactChecksum:Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA=
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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml
ArtifactUUID:4179190b-56a5-4fad-ba3f-0d5631bca667
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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
ArtifactUUID:b9ece388-df17-4acb-9266-79ae582dd168
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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
ArtifactUUID:b9ece388-df17-4acb-9266-79ae582dd168
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-04T03:43:14.440Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6127c48a-6363-49cc-aa4d-8248d7765966 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-04T03:43:14.485Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:43:14.486Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: adca1013-b873-4817-b052-8ad1d6f14c63 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:43:14.489Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:14.595Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:43:14.609Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar adca1013-b873-4817-b052-8ad1d6f14c63 99011
2022-11-04T03:43:14.611Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar ASDC sendASDCNotification
2022-11-04T03:43:14.611Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:14.612Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:43:14.613Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:14.615Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:14.615Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533394610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:14.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:14.717Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:14.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:14.727Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:14.728Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:15.616Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:43:15.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:43:15.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: adca1013-b873-4817-b052-8ad1d6f14c63, URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar to file: /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:15.618Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221104034128-csar.csar
2022-11-04T03:43:15.680Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:15.680Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:16.100Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11142907644547307255/Definitions/service-Vfw20221104034128-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-11-04T03:43:18.437Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9e67a134-7819 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-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-04T03:43:18.449Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.451Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.454Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:18.455Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-04T03:43:18.456Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:43:18.457Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.464Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ac10685-916e-47be-9c49-10cbe3feb17b
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adceca6f-b184-426a-9ee1-5a8ac83e7204
2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90faabe7-7046-4a44-aea9-5b2818bf9c5d
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:18.471Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-04 03-41-28
Description:catalog service description
Model UUID:6127c48a-6363-49cc-aa4d-8248d7765966
Model Version:NULL
Model InvariantUuid:b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9e67a134-7819
Model UUID:d650b93a-7e21-4db7-8742-0b7ed0145117
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:352cd35c-bf9d-425a-aecb-6635e82f32dd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7323664c-a1af-43c5-ba69-d0b295854538
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17407aea-e0ea-41b8-aee6-fc34f6dbd408
ModelName:Vfw9e67a1347819..base_vfw..module-0
ModelUuid:967aa89c-d9b9-477c-8df3-68417e4755d3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8ac10685-916e-47be-9c49-10cbe3feb17b
ModelInvariantUuid:b1d0a090-945c-4315-b638-9bd5046b7b8b
ModelName:vFW 9e67a134-7819-nodes.vfwCvfc
ModelUuid:aa3fe650-5ca6-47b8-b554-cea8f8b25fc1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8e7f2d32-3ed8-44d4-8036-74be524d7e42
ModelInvariantUuid:eba33184-5f9e-4232-912f-3f8b48cc2e85
ModelName:Vfw9e67a1347819.compute.nodes.heat.vfw
ModelUuid:fa01ea0d-77fb-4bb5-b02d-1fa135da343e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:adceca6f-b184-426a-9ee1-5a8ac83e7204
ModelInvariantUuid:7ab70f8b-8c20-46d1-9edc-a0bce27889a7
ModelName:vFW 9e67a134-7819-nodes.vsnCvfc
ModelUuid:b675679e-9c82-4224-b235-dd75482b461b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dc57983d-c865-46a4-ad3b-bbce9fc0f10f
ModelInvariantUuid:91cede1a-c3c5-4ecc-b7a8-84b2cd018880
ModelName:Vfw9e67a1347819.compute.nodes.heat.vsn
ModelUuid:8f0d7e0c-ce41-41cb-a9b2-fd8f685d22dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:90faabe7-7046-4a44-aea9-5b2818bf9c5d
ModelInvariantUuid:5343fe76-9abe-4450-bb64-b0add1bbd002
ModelName:vFW 9e67a134-7819-nodes.vpgCvfc
ModelUuid:ee825d31-1b9c-4a55-bf66-a22eb1907e8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:892c4bc2-9cb4-4df9-9e2e-f7e853ef4a3a
ModelInvariantUuid:cbdd460d-77c2-4538-93cd-9667b052c43c
ModelName:Vfw9e67a1347819.compute.nodes.heat.vpg
ModelUuid:aa1b738e-f039-4da2-a416-f5748f1f2946
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-04T03:43:18.477Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: baec0977-d1f4-4241-a5b2-fdc440e8d293
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:43:18.552Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||vFW 9e67a134-7819 0
2022-11-04T03:43:18.557Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: baec0977-d1f4-4241-a5b2-fdc440e8d293
2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de71b6cd-f4b4-4c35-a1af-4017aa36f410 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json
2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json
2022-11-04T03:43:18.616Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json de71b6cd-f4b4-4c35-a1af-4017aa36f410 785
2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json ASDC sendASDCNotification
2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json
2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:18.620Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:18.620Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533398617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:18.720Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:18.721Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:18.722Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:18.731Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:18.731Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:19.622Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9e67a1347819..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17407aea-e0ea-41b8-aee6-fc34f6dbd408",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "967aa89c-d9b9-477c-8df3-68417e4755d3",
"vfModuleModelCustomizationUUID": "b7ca6155-2e19-4230-b354-5e648c93aace",
"isBase": true,
"artifacts": [
"4179190b-56a5-4fad-ba3f-0d5631bca667",
"b9ece388-df17-4acb-9266-79ae582dd168"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-04T03:43:19.635Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9e67a1347819..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:967aa89c-d9b9-477c-8df3-68417e4755d3
VfModuleModelInvariantUUID:17407aea-e0ea-41b8-aee6-fc34f6dbd408
VfModuleModelDescription:NULL
Artifacts UUID List:{
4179190b-56a5-4fad-ba3f-0d5631bca667
,
b9ece388-df17-4acb-9266-79ae582dd168
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-04T03:43:19.637Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9e67a1347819..base_vfw..module-0",
"vfModuleModelInvariantUUID": "17407aea-e0ea-41b8-aee6-fc34f6dbd408",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "967aa89c-d9b9-477c-8df3-68417e4755d3",
"vfModuleModelCustomizationUUID": "b7ca6155-2e19-4230-b354-5e648c93aace",
"isBase": true,
"artifacts": [
"4179190b-56a5-4fad-ba3f-0d5631bca667",
"b9ece388-df17-4acb-9266-79ae582dd168"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9e67a1347819..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:967aa89c-d9b9-477c-8df3-68417e4755d3
VfModuleModelInvariantUUID:17407aea-e0ea-41b8-aee6-fc34f6dbd408
VfModuleModelDescription:NULL
Artifacts UUID List:{
4179190b-56a5-4fad-ba3f-0d5631bca667
,
b9ece388-df17-4acb-9266-79ae582dd168
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4179190b-56a5-4fad-ba3f-0d5631bca667 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml
2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml
2022-11-04T03:43:19.696Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:43:19.697Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 4179190b-56a5-4fad-ba3f-0d5631bca667 20368
2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml
2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:19.700Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:19.700Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533399697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:19.800Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:19.801Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:19.802Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:19.813Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:19.814Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9ece388-df17-4acb-9266-79ae582dd168 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
2022-11-04T03:43:20.750Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env b9ece388-df17-4acb-9266-79ae582dd168 2098
2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:43:20.752Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:20.754Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:20.754Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533400751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:43:20.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:20.855Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:20.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:20.867Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:20.868Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:21.755Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6127c48a-6363-49cc-aa4d-8248d7765966
2022-11-04T03:43:21.755Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9e67a134-7819 0 baec0977-d1f4-4241-a5b2-fdc440e8d293 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:43:21.784Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38f4d8aa, org.onap.sdc.toscaparser.api.parameters.Input@5c32f3a0, org.onap.sdc.toscaparser.api.parameters.Input@2d001782, org.onap.sdc.toscaparser.api.parameters.Input@15bc0cbb, org.onap.sdc.toscaparser.api.parameters.Input@b93a72e]
2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7323664c-a1af-43c5-ba69-d0b295854538
2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7323664c-a1af-43c5-ba69-d0b295854538 matches Tosca VF Customization UUID: 7323664c-a1af-43c5-ba69-d0b295854538
2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7323664c-a1af-43c5-ba69-d0b295854538 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-04T03:43:21.795Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.796Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.797Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7323664c-a1af-43c5-ba69-d0b295854538: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5aa234d9
2022-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-04T03:43:21.799Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7ca6155-2e19-4230-b354-5e648c93aace
2022-11-04T03:43:21.800Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7ca6155-2e19-4230-b354-5e648c93aace
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-04T03:43:21.807Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.808Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.808Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:21.809Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ac10685-916e-47be-9c49-10cbe3feb17b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-04T03:43:21.818Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adceca6f-b184-426a-9ee1-5a8ac83e7204
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria
2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90faabe7-7046-4a44-aea9-5b2818bf9c5d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-04T03:43:21.828Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.828Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria
2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=7323664c-a1af-43c5-ba69-d0b295854538
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:43:21.831Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.831Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6127c48a-6363-49cc-aa4d-8248d7765966: vFW 9e67a134-7819
2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:43:21.834Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:43:21.834Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-04 03-41-28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9e67a134-7819 baec0977-d1f4-4241-a5b2-fdc440e8d293 1 ASDC deployResourceStructure
2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json ASDC sendASDCNotification
2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json
2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:43:22.026Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:22.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:22.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533402025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:22.128Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:22.129Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:22.129Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:22.143Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:22.144Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:23.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml
2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:23.032Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:23.032Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533403028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:23.132Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:23.133Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:23.133Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:23.143Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:23.143Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env
2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:43:24.035Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:24.037Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:24.037Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533404033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:24.137Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:24.138Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:24.139Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:24.149Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:24.150Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:25.038Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar ASDC sendASDCNotification
2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar
2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:43:25.041Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:43:25.042Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533405038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:43:25.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:43:25.143Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:43:25.143Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:43:25.160Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:43:25.161Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:43:26.043Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:43:26.061Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:43:26.071Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-04T03:43:56.072Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-04T03:43:56.091Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae79a23d-cceb-4f17-88fb-254e295f5487 and serviceModelVersionId: 6127c48a-6363-49cc-aa4d-8248d7765966
2022-11-04T03:43:56.091Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252
2022-11-04T03:44:05.797Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0
2022-11-04T03:44:05.907Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-04T03:44:06.351Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-04T03:44:06.357Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|INFO|500||Invoke
2022-11-04T03:44:06.506Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-04T03:44:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:44:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:44:06.684Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|INFO|500||InvokeReturn
2022-11-04T03:44:06.686Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:06.686Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-03:44:06:518-65578], vertex-id=[155672], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:44:06 GMT], Content-Type=[application/json]}
2022-11-04T03:44:06.686Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-04T03:44:06.691Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-04T03:44:06.692Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:44:06.696Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-04T03:44:06.697Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae79a23d-cceb-4f17-88fb-254e295f5487 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-04T03:44:06.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-04T03:44:06.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:06.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:06.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533446697,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-04T03:44:06.801Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:06.802Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:06.804Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:06.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:06.815Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:06.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:44:06.815Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:06.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:44:06.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-04T03:44:07.713Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-04T03:44:07.714Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb17f891-e776-4a50-b92f-f32c9c1ed387","serviceName":"basic_onboard_YlozTg","serviceVersion":"1.0","serviceUUID":"b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6","serviceDescription":"service","serviceInvariantUUID":"3bda8716-9825-44c1-9eae-320d53c9aaf1","resources":[{"resourceInstanceName":"basic_onboard_YlozTg 0","resourceName":"basic_onboard_YlozTg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91f374d5-7174-4c7e-896a-4e1ceead2635","resourceInvariantUUID":"95c014a9-46e6-444a-9abf-c4f9038f2c14","resourceCustomizationUUID":"9f9b3e62-b956-4bdd-a199-84429e621ac3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml","artifactChecksum":"OTEyYjI0MmQwZjk4ZTUyMTFkYjc4YWYzOTcxMDFkNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba514949-22fb-448e-b5bf-9c521ba70376","artifactVersion":"1"},{"artifactName":"basic_onboard_yloztg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json","artifactChecksum":"OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89129b2f-ca32-4b05-877a-a80fb3fec530","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fcdf70a-6e1e-435f-b6b0-522e0598e03d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"443b8882-01c5-4b16-80d4-7a03f612fb59","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8917b721-da68-4874-ab33-d28ffb8ed150","artifactVersion":"2","generatedFromUUID":"4fcdf70a-6e1e-435f-b6b0-522e0598e03d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYloztg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml","artifactChecksum":"OTQxMTUxM2EwNWRiZTNhNjU5OTZjMWFjNjFhYjRlMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"842633e8-a690-4519-a948-c510ebb0c7c1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYloztg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar","artifactChecksum":"NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69c28b64-240d-4086-98ae-fd7233e31bbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-04T03:44:07.715Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:07.715Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:07.717Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:07.718Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:44:07.818Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:07.819Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:07.819Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:07.832Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:07.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:08.718Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:08.720Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:08.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:08.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:44:08.823Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:08.824Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:08.824Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:08.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:08.835Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:09.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:09.724Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:09.727Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:09.727Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:44:09.827Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:09.828Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:09.828Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:09.839Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:09.840Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:10.728Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:10.730Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:10.732Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:10.732Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:44:10.833Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:10.834Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:10.834Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:10.844Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:10.845Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:11.733Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:11.734Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:11.736Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:11.736Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-04T03:44:11.836Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:11.837Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:11.837Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:11.848Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:11.849Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:12.737Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:12.738Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:12.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:12.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:44:12.841Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-04T03:44:12.842Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:12.842Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:12.852Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:12.853Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:13.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:44:13.741Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:13.743Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:13.744Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:44:13.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-04T03:44:13.847Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:13.847Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:13.858Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:13.858Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:14.745Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"serviceName": "basic_onboard_YlozTg",
"serviceVersion": "1.0",
"serviceUUID": "b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6",
"serviceDescription": "service",
"serviceInvariantUUID": "3bda8716-9825-44c1-9eae-320d53c9aaf1",
"resources": [
{
"resourceInstanceName": "basic_onboard_YlozTg 0",
"resourceCustomizationUUID": "9f9b3e62-b956-4bdd-a199-84429e621ac3",
"resourceName": "basic_onboard_YlozTg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "91f374d5-7174-4c7e-896a-4e1ceead2635",
"resourceInvariantUUID": "95c014a9-46e6-444a-9abf-c4f9038f2c14",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yloztg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"artifactChecksum": "OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89129b2f-ca32-4b05-877a-a80fb3fec530",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4fcdf70a-6e1e-435f-b6b0-522e0598e03d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8917b721-da68-4874-ab33-d28ffb8ed150",
"generatedFromUUID": "4fcdf70a-6e1e-435f-b6b0-522e0598e03d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8917b721-da68-4874-ab33-d28ffb8ed150",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYloztg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"artifactChecksum": "NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69c28b64-240d-4086-98ae-fd7233e31bbd"
}
],
"workloadContext": "Production"
}
2022-11-04T03:44:14.746Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-04T03:44:14.746Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 ASDC
2022-11-04T03:44:14.746Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb17f891-e776-4a50-b92f-f32c9c1ed387
ServiceName:basic_onboard_YlozTg
ServiceVersion:1.0
ServiceUUID:b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6
ServiceInvariantUUID:3bda8716-9825-44c1-9eae-320d53c9aaf1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYloztg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar
ArtifactUUID:69c28b64-240d-4086-98ae-fd7233e31bbd
ArtifactChecksum:NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YlozTg 0
ResourceCustomizationUUID:9f9b3e62-b956-4bdd-a199-84429e621ac3
ResourceInvariantUUID:95c014a9-46e6-444a-9abf-c4f9038f2c14
ResourceName:basic_onboard_YlozTg
ResourceType:VF
ResourceUUID:91f374d5-7174-4c7e-896a-4e1ceead2635
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yloztg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json
ArtifactUUID:89129b2f-ca32-4b05-877a-a80fb3fec530
ArtifactChecksum:OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU=
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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4fcdf70a-6e1e-435f-b6b0-522e0598e03d
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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
ArtifactUUID:8917b721-da68-4874-ab33-d28ffb8ed150
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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
ArtifactUUID:8917b721-da68-4874-ab33-d28ffb8ed150
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-04T03:44:14.747Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-04T03:44:14.779Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 69c28b64-240d-4086-98ae-fd7233e31bbd from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:44:14.781Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:14.851Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 69c28b64-240d-4086-98ae-fd7233e31bbd 71574
2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar ASDC sendASDCNotification
2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:14.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:14.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533454854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:44:14.956Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:14.957Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:14.958Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:14.968Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:14.968Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:15.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 69c28b64-240d-4086-98ae-fd7233e31bbd, URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar to file: /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:15.859Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:15.859Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:15.986Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18038885824069485950/Definitions/service-BasicOnboardYloztg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-11-04T03:44:16.909Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YlozTg 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-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria
2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d720641e-b1ff-4922-92e9-93e460a3afe1
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YlozTg
Description:service
Model UUID:b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6
Model Version:NULL
Model InvariantUuid:3bda8716-9825-44c1-9eae-320d53c9aaf1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YlozTg
Model UUID:55fd7c8b-6302-4b18-a221-c354b9f9379f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95c014a9-46e6-444a-9abf-c4f9038f2c14
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9f9b3e62-b956-4bdd-a199-84429e621ac3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5
ModelName:BasicOnboardYloztg..base_ubuntu18..module-0
ModelUuid:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d720641e-b1ff-4922-92e9-93e460a3afe1
ModelInvariantUuid:6c45782c-c59c-4d05-8d77-5ff8d04e51da
ModelName:basic_onboard_YlozTg-nodes.ubuntu18Cvfc
ModelUuid:009eec87-a42d-4c89-9ac7-6e15eab372b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8d9c1e61-801a-4bef-ad66-a0f0c69b7c6b
ModelInvariantUuid:df777660-eb09-4d50-928c-eb048d015311
ModelName:BasicOnboardYloztg.compute.nodes.heat.ubuntu18
ModelUuid:e4451b67-be2d-4fcb-aef1-29101e4e2036
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-04T03:44:16.918Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 91f374d5-7174-4c7e-896a-4e1ceead2635
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:44:16.920Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||basic_onboard_YlozTg 0
2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91f374d5-7174-4c7e-896a-4e1ceead2635
2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89129b2f-ca32-4b05-877a-a80fb3fec530 from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json
2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json
2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 89129b2f-ca32-4b05-877a-a80fb3fec530 798
2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json ASDC sendASDCNotification
2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json
2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:16.974Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:16.975Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533456971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:44:17.075Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:17.075Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:17.076Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:17.086Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:17.087Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:17.975Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYloztg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b8fdbeaa-8a63-452a-b493-d1a1f739ddc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f47fbbd-94f9-4642-aa4f-4cda0b7f1257",
"vfModuleModelCustomizationUUID": "f4083556-e17d-44ec-a8a4-68c4ea6fe4c4",
"isBase": true,
"artifacts": [
"4fcdf70a-6e1e-435f-b6b0-522e0598e03d",
"8917b721-da68-4874-ab33-d28ffb8ed150"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-04T03:44:17.980Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYloztg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257
VfModuleModelInvariantUUID:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fcdf70a-6e1e-435f-b6b0-522e0598e03d
,
8917b721-da68-4874-ab33-d28ffb8ed150
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYloztg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b8fdbeaa-8a63-452a-b493-d1a1f739ddc5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f47fbbd-94f9-4642-aa4f-4cda0b7f1257",
"vfModuleModelCustomizationUUID": "f4083556-e17d-44ec-a8a4-68c4ea6fe4c4",
"isBase": true,
"artifacts": [
"4fcdf70a-6e1e-435f-b6b0-522e0598e03d",
"8917b721-da68-4874-ab33-d28ffb8ed150"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYloztg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257
VfModuleModelInvariantUUID:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fcdf70a-6e1e-435f-b6b0-522e0598e03d
,
8917b721-da68-4874-ab33-d28ffb8ed150
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4fcdf70a-6e1e-435f-b6b0-522e0598e03d from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml
2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml
2022-11-04T03:44:18.026Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:44:18.026Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 4fcdf70a-6e1e-435f-b6b0-522e0598e03d 5033
2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml
2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:18.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:18.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533458027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:44:18.129Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:18.130Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:18.130Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:18.139Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:18.140Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:19.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8917b721-da68-4874-ab33-d28ffb8ed150 from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
2022-11-04T03:44:19.030Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-04T03:44:19.030Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
2022-11-04T03:44:19.075Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 8917b721-da68-4874-ab33-d28ffb8ed150 909
2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:19.078Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:19.078Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533459076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:44:19.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:19.179Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:19.179Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:19.189Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:19.189Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:20.079Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6
2022-11-04T03:44:20.080Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YlozTg 0 91f374d5-7174-4c7e-896a-4e1ceead2635 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:44:20.094Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb67f4, org.onap.sdc.toscaparser.api.parameters.Input@21ce1426, org.onap.sdc.toscaparser.api.parameters.Input@915ae2a, org.onap.sdc.toscaparser.api.parameters.Input@2cca8a3c, org.onap.sdc.toscaparser.api.parameters.Input@7290dc96]
2022-11-04T03:44:20.095Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9f9b3e62-b956-4bdd-a199-84429e621ac3
2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3 matches Tosca VF Customization UUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3
2022-11-04T03:44:20.097Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-04T03:44:20.099Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.099Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.100Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9f9b3e62-b956-4bdd-a199-84429e621ac3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f0de6dc
2022-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-04T03:44:20.102Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4083556-e17d-44ec-a8a4-68c4ea6fe4c4
2022-11-04T03:44:20.102Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4083556-e17d-44ec-a8a4-68c4ea6fe4c4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-04T03:44:20.104Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d720641e-b1ff-4922-92e9-93e460a3afe1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-04T03:44:20.108Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.110Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria
2022-11-04T03:44:20.110Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=9f9b3e62-b956-4bdd-a199-84429e621ac3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:44:20.111Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.111Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6: basic_onboard_YlozTg
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_YlozTg
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:44:20.171Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YlozTg 91f374d5-7174-4c7e-896a-4e1ceead2635 1 ASDC deployResourceStructure
2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json ASDC sendASDCNotification
2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json
2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:20.174Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:20.174Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533460172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:44:20.274Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:20.275Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:20.275Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:20.285Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:20.286Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:21.175Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml
2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:21.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:21.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533461175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-04T03:44:21.278Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:21.279Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:21.279Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:21.292Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:21.294Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:22.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env
2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:22.181Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:22.182Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533462178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-04T03:44:22.282Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:22.283Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:22.284Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:22.296Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:22.297Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:44:23.182Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar ASDC sendASDCNotification
2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar
2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:23.185Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:23.185Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533463182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:44:23.285Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:23.286Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:23.286Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:23.298Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:23.298Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-04T03:44:24.186Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:44:24.198Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:44:24.201Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:44:24.201Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:44:24.208Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-04T03:44:54.208Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-04T03:44:54.213Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 and serviceModelVersionId: b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6
2022-11-04T03:44:54.214Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bda8716-9825-44c1-9eae-320d53c9aaf1
2022-11-04T03:44:54.214Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0
2022-11-04T03:44:54.218Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-04T03:44:54.250Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|INFO|500||Invoke
2022-11-04T03:44:54.250Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b2413a2-5231-4e10-a50e-dd3c5a642c99], X-ECOMP-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], X-TransactionId=[], X-ONAP-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], Content-Type=[application/merge-patch+json]}
2022-11-04T03:44:54.275Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-04T03:44:54.396Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?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/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-03:44:54:283-39719], vertex-id=[225288], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:44:54 GMT], Content-Type=[application/json]}
2022-11-04T03:44:54.396Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-04T03:44:54.397Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|INFO|500||InvokeReturn
2022-11-04T03:44:54.401Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-04T03:44:54.402Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:44:54.407Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-04T03:44:54.407Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb17f891-e776-4a50-b92f-f32c9c1ed387 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-04T03:44:54.408Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-04T03:44:54.408Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:44:54.410Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:44:54.410Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533494407,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-04T03:44:54.510Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:44:54.511Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:44:54.512Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:44:54.553Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:44:54.554Z||pool-34-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-04T03:44:55.427Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:44:55.428Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:44:55.428Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:45:04.968Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:45:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:45:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:45:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:45:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:45:06.684Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:45:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:45:06.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:45:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533384576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533394610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533398617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533399697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533400751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533401463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533402025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533403471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533403028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "clamp",
"timestamp": 1667533404474,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:45:06.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387
2022-11-04T03:45:06.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:45:06.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533404033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-04T03:45:06.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533405038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:45:06.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:45:16.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:46:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:46:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:46:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:46:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:46:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:46:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:46:06.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:46:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:46:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533446697,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-04T03:46:06.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:46:16.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:47:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:47:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:47:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:47:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:47:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:47:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:47:07.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:47:07.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533386682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533454854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533456971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533458027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533459076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533460172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533461175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533462178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533463182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667533494407,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:47:16.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:48:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:48:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:48:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:48:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:48:06.684Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:48:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:48:16.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:48:16.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:49:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:49:06.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:49:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:49:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:49:06.684Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:49:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:49:16.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:49:16.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:50:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:50:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:50:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:50:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:50:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:50:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:50:16.222Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:50:16.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:51:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:51:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:51:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:51:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:51:06.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:51:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:51:16.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:51:16.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:52:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:52:06.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:52:06.684Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:52:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:52:06.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:52:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:52:16.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:52:16.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:53:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:53:06.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:53:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:53:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:53:06.684Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:53:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:53:16.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:53:16.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:54:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:54:06.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:54:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:54:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:54:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:54:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:54:16.231Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:54:16.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:55:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:55:06.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:55:06.683Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:55:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:55:06.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:55:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:55:16.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:55:16.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:56:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:56:06.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:56:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:06.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:56:06.687Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:15.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-04T03:56:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"281b34a6-bfd8-40e3-95e9-c43fd02da7f2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"01099c16-840d-4f36-ba7b-9147c6437aa2","serviceDescription":"service","serviceInvariantUUID":"7ba0c875-845b-407d-9327-c0eba9a1d4ee","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9","resourceInvariantUUID":"766b7500-4795-4c3a-8d66-12ce95ef7f75","resourceCustomizationUUID":"8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e","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":"MzA2NWYxNmZkZTEyYjRiNGRiZGMyY2VmZDNlMDM1MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6264dac-303e-4309-aa5a-257296b3a75f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-04T03:56:15.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:56:15.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:56:15.768Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:56:15.768Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534166682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:56:15.868Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:56:15.869Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:56:15.870Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:15.884Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:15.885Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2022-11-04T03:56:16.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:16.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-04T03:56:16.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534166682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:56:16.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-04T03:56:16.769Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:56:16.769Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:56:16.772Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:56:16.772Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534166682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:56:16.872Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:56:16.873Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:56:16.873Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:16.902Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:16.902Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:56:17.773Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "01099c16-840d-4f36-ba7b-9147c6437aa2",
"serviceDescription": "service",
"serviceInvariantUUID": "7ba0c875-845b-407d-9327-c0eba9a1d4ee",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9",
"resourceInvariantUUID": "766b7500-4795-4c3a-8d66-12ce95ef7f75",
"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": "OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc"
}
],
"workloadContext": "Production"
}
2022-11-04T03:56:17.773Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-04T03:56:17.773Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01099c16-840d-4f36-ba7b-9147c6437aa2 ASDC
2022-11-04T03:56:17.774Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:281b34a6-bfd8-40e3-95e9-c43fd02da7f2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:01099c16-840d-4f36-ba7b-9147c6437aa2
ServiceInvariantUUID:7ba0c875-845b-407d-9327-c0eba9a1d4ee
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:3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc
ArtifactChecksum:OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e
ResourceInvariantUUID:766b7500-4795-4c3a-8d66-12ce95ef7f75
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-04T03:56:17.774Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01099c16-840d-4f36-ba7b-9147c6437aa2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:56:17.807Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:56:17.808Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T03:56:17.808Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:17.879Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-04T03:56:17.881Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc 52505
2022-11-04T03:56:17.881Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:56:17.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:56:17.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534177881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:56:17.984Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:56:17.985Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:56:17.985Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:17.998Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:17.999Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:56:18.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T03:56:18.885Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-04T03:56:19.022Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16934333406138148851/Definitions/service-BasicNetwork-template.yml
2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.374Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.374Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:01099c16-840d-4f36-ba7b-9147c6437aa2
Model Version:NULL
Model InvariantUuid:7ba0c875-845b-407d-9327-c0eba9a1d4ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:766b7500-4795-4c3a-8d66-12ce95ef7f75
Model UUID:e1694c9d-339a-47e3-a7a7-e9d6ec47fe43
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-04T03:56:19.378Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9
2022-11-04T03:56:19.379Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||No resources found for Service: 01099c16-840d-4f36-ba7b-9147c6437aa2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-04T03:56:19.386Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||
2022-11-04T03:56:19.386Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 01099c16-840d-4f36-ba7b-9147c6437aa2
2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01099c16-840d-4f36-ba7b-9147c6437aa2
2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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=?
2022-11-04T03:56:19.392Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d033d9, org.onap.sdc.toscaparser.api.parameters.Input@6d430279, org.onap.sdc.toscaparser.api.parameters.Input@3a7da04b, org.onap.sdc.toscaparser.api.parameters.Input@10eb9ccf, org.onap.sdc.toscaparser.api.parameters.Input@36033bf0]
2022-11-04T03:56:19.393Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01099c16-840d-4f36-ba7b-9147c6437aa2: Generic NeutronNet
2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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=?
2022-11-04T03:56:19.426Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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 (?, ?)
2022-11-04T03:56:19.474Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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
2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:56:19.477Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:56:19.477Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534179475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:56:19.577Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:56:19.578Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:56:19.578Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:56:19.588Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:56:19.589Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:56:20.478Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:56:20.497Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:56:50.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:56:50.511Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:57:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:57:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:57:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:57:06.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:57:06.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:57:06.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534173556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:57:06.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:57:20.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:57:20.526Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:57:50.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:57:50.540Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:57:50.542Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:57:50.542Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:57:50.543Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:58:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:58:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:58:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:58:06.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:58:06.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:58:06.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534174520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:58:06.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:58:06.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:58:06.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "policy-id",
"timestamp": 1667534170822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:58:06.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:58:20.543Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:58:20.555Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:58:20.558Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:58:20.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:58:20.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:58:50.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:58:50.570Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-04T03:59:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:59:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:59:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:06.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:06.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534166682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534173556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534174520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "policy-id",
"timestamp": 1667534170822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "aai-ml",
"timestamp": 1667534177841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534177881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534178575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "policy-id",
"timestamp": 1667534178574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "aai-ml",
"timestamp": 1667534177841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "policy-id",
"timestamp": 1667534179579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534179475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "aai-ml",
"timestamp": 1667534180560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "policy-id",
"timestamp": 1667534180582,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:59:06.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
2022-11-04T03:59:06.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:59:06.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534180664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "cds",
"timestamp": 1667534179145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534181667,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:59:06.779Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
2022-11-04T03:59:06.780Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:59:06.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "cds",
"timestamp": 1667534179145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534181165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:06.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "cds",
"timestamp": 1667534181938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534181165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "cds",
"timestamp": 1667534182949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
2022-11-04T03:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:59:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "aai-ml",
"timestamp": 1667534184304,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:59:06.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "aai-ml",
"timestamp": 1667534185308,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:59:06.817Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
2022-11-04T03:59:06.817Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "clamp",
"timestamp": 1667534194576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "clamp",
"timestamp": 1667534194576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T03:59:06.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "clamp",
"timestamp": 1667534200602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "clamp",
"timestamp": 1667534202611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "clamp",
"timestamp": 1667534203613,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T03:59:06.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
2022-11-04T03:59:06.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T03:59:20.575Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:59:20.590Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-04T03:59:20.594Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-04T03:59:20.594Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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=?
2022-11-04T03:59:20.600Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-04T03:59:50.601Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-04T03:59:50.610Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and serviceModelVersionId: 01099c16-840d-4f36-ba7b-9147c6437aa2
2022-11-04T03:59:50.610Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ba0c875-845b-407d-9327-c0eba9a1d4ee
2022-11-04T03:59:50.612Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0
2022-11-04T03:59:50.619Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-04T03:59:50.662Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-04T03:59:50.664Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|INFO|500||Invoke
2022-11-04T03:59:50.683Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-04T03:59:50.777Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|INFO|500||InvokeReturn
2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-03:59:50:691-65296], vertex-id=[434176], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:59:50 GMT], Content-Type=[application/json]}
2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-04T03:59:50.779Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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=?
2022-11-04T03:59:50.785Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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)
2022-11-04T03:59:50.785Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-04T03:59:50.786Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-04T03:59:50.786Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:59:50.789Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:59:50.789Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534390785,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-04T03:59:50.893Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-04T03:59:50.894Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:59:50.894Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:50.909Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:50.910Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-04T03:59:51.803Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T03:59:51.804Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T03:59:51.804Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|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 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:56.200Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:56.201Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-04T03:59:56.201Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f51efe8-4965-4061-bd6c-a2f5b242f91f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bb646421-f22f-4dc4-892d-fac79a0a845e","serviceDescription":"service","serviceInvariantUUID":"608e7af8-8141-46f0-baa3-7de725262c25","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e06863df-368f-47dd-a309-36a7e7c1d4b2","resourceInvariantUUID":"f9b69a00-da06-481b-9523-eb021c79d915","resourceCustomizationUUID":"ea23886f-ee74-4bda-97a7-71b67aaa71ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"Mjg5ZWY0ZDg2M2UwZWYzMTZmMTljNTU1YmM1NGJlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e541b2b3-b109-4ae8-a733-9e558c232caf","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0ab6d66-3716-47cc-a872-49ed44cbb087","artifactVersion":"2","generatedFromUUID":"dcdfcd25-4015-428b-b306-b71b25a258f5"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dcdfcd25-4015-428b-b306-b71b25a258f5","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c95ad57e-5654-4086-ba94-6ed1a308b5f7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3214da3e-e678-4319-a1f4-0777cee8ae4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6fc7a68-c188-4f2a-b33c-26040f78b167","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"046a2117-61dc-46a5-9689-d166e0369e48","artifactVersion":"2","generatedFromUUID":"3214da3e-e678-4319-a1f4-0777cee8ae4c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjBkYjVhZjUyNzJmMjYyYTU1OTQzNzIyMGFlNjFhMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97102911-3460-4c95-854d-d8740bbadbc2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5787b74-5b0d-4dd4-b7b0-c82df19f6c39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-04T03:59:56.203Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:59:56.203Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:59:56.205Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:59:56.205Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T03:59:56.305Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:59:56.306Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:59:56.306Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:56.318Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:56.318Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:59:57.208Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:59:57.209Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:59:57.211Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:59:57.211Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-04T03:59:57.311Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-04T03:59:57.312Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:59:57.313Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:57.323Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:57.323Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:59:58.212Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:59:58.213Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:59:58.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:59:58.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-04T03:59:58.315Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:59:58.316Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:59:58.316Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:58.326Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:58.327Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-04T03:59:59.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T03:59:59.216Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T03:59:59.218Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T03:59:59.218Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T03:59:59.318Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T03:59:59.319Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T03:59:59.319Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T03:59:59.333Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T03:59:59.333Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:00.219Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T04:00:00.219Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:00.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:00.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:00.322Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T04:00:00.323Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:00.323Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:00.338Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:00.339Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:01.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T04:00:01.223Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:01.225Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:01.226Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:01.326Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T04:00:01.327Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:01.327Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:01.340Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:01.340Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:02.227Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T04:00:02.228Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:02.230Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:02.230Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-04T04:00:02.330Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T04:00:02.331Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:02.331Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:02.342Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:02.342Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:03.231Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T04:00:03.232Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:03.234Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:03.235Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:03.335Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T04:00:03.337Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:03.337Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:03.354Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:03.354Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:04.235Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-04T04:00:04.236Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:04.238Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:04.238Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534391803,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:04.339Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-04T04:00:04.340Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:04.340Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:04.364Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:04.365Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "bb646421-f22f-4dc4-892d-fac79a0a845e",
"serviceDescription": "service",
"serviceInvariantUUID": "608e7af8-8141-46f0-baa3-7de725262c25",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "ea23886f-ee74-4bda-97a7-71b67aaa71ec",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e06863df-368f-47dd-a309-36a7e7c1d4b2",
"resourceInvariantUUID": "f9b69a00-da06-481b-9523-eb021c79d915",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0ab6d66-3716-47cc-a872-49ed44cbb087",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dcdfcd25-4015-428b-b306-b71b25a258f5",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c95ad57e-5654-4086-ba94-6ed1a308b5f7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3214da3e-e678-4319-a1f4-0777cee8ae4c",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "046a2117-61dc-46a5-9689-d166e0369e48",
"generatedFromUUID": "3214da3e-e678-4319-a1f4-0777cee8ae4c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "046a2117-61dc-46a5-9689-d166e0369e48",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5787b74-5b0d-4dd4-b7b0-c82df19f6c39"
}
],
"workloadContext": "Production"
}
2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bb646421-f22f-4dc4-892d-fac79a0a845e ASDC
2022-11-04T04:00:05.241Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9f51efe8-4965-4061-bd6c-a2f5b242f91f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bb646421-f22f-4dc4-892d-fac79a0a845e
ServiceInvariantUUID:608e7af8-8141-46f0-baa3-7de725262c25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:c5787b74-5b0d-4dd4-b7b0-c82df19f6c39
ArtifactChecksum:NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ea23886f-ee74-4bda-97a7-71b67aaa71ec
ResourceInvariantUUID:f9b69a00-da06-481b-9523-eb021c79d915
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e06863df-368f-47dd-a309-36a7e7c1d4b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:e0ab6d66-3716-47cc-a872-49ed44cbb087
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:dcdfcd25-4015-428b-b306-b71b25a258f5
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:c95ad57e-5654-4086-ba94-6ed1a308b5f7
ArtifactChecksum:YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3214da3e-e678-4319-a1f4-0777cee8ae4c
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:046a2117-61dc-46a5-9689-d166e0369e48
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:046a2117-61dc-46a5-9689-d166e0369e48
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-04T04:00:05.241Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb646421-f22f-4dc4-892d-fac79a0a845e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:05.275Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5787b74-5b0d-4dd4-b7b0-c82df19f6c39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-04T04:00:05.350Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-04T04:00:05.353Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c5787b74-5b0d-4dd4-b7b0-c82df19f6c39 68962
2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-04T04:00:05.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-04T04:00:05.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667534405354,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:05.456Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-04T04:00:05.457Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-04T04:00:05.457Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:05.469Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:05.470Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-04T04:00:06.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-04T04:00:06.357Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5787b74-5b0d-4dd4-b7b0-c82df19f6c39, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:06.450Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13898699177566013116/Definitions/service-BasicCnf-template.yml
2022-11-04T04:00:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-04T04:00:06.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-04T04:00:06.685Z||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 1Afwx7Ywq03N2lXs) ...
2022-11-04T04:00:06.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-04T04:00:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534230822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534224145,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534224576,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534240635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534241559,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534233556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "cds",
"timestamp": 1667534241644,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534242562,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534234520,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "policy-id",
"timestamp": 1667534243565,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534243704,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534244259,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534245618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534237841,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534246542,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "clamp",
"timestamp": 1667534246629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.768Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.768Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534247546,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.785Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.786Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534247581,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534242650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534250906,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534250408,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534251964,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "cds",
"timestamp": 1667534251456,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.815Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:06.815Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534253024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534253764,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534254075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "aai-ml",
"timestamp": 1667534254768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534255134,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.843Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f
2022-11-04T04:00:06.843Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534256139,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534258588,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534259595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "policy-id",
"timestamp": 1667534260598,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:06.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534254145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534241165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534262875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534264225,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "cds",
"timestamp": 1667534263880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09
2022-11-04T04:00:06.929Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534265285,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534266333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534267353,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.947Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:06.947Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-04T04:00:06.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534267613,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534253556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534268356,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534250823,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534269623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534269351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534269686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "clamp",
"timestamp": 1667534270627,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.959Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:06.959Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534270690,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534270541,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "policy-id",
"timestamp": 1667534271700,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09
2022-11-04T04:00:06.975Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:06.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:06.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "ves-openapi-manager",
"timestamp": 1667534271545,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:06.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09
2022-11-04T04:00:06.991Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534272297,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534274642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534275575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534275646,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:07.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:07.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:07.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667534269361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534254576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534281617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee",
"consumerID": "aai-ml",
"timestamp": 1667534282621,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:07.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee
2022-11-04T04:00:07.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534283614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534264523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "NOTIFIED"
}
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534284812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534285622,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "clamp",
"timestamp": 1667534286629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-04T04:00:07.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09
2022-11-04T04:00:07.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-04T04:00:07.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "aai-ml",
"timestamp": 1667534267841,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-04T04:00:07.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-04T04:00:07.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-04T04:00:07.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667534286723,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-04T04:00:07.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|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-BasicCnf-csar.csar
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery