By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-05-02T04:20:27.764Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-5l6dw with PID 15 (/app/app.jar started by so in /app)
2021-05-02T04:20:27.772Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-02T04:20:27.772Z||main|||||INFO|500||The following profiles are active: basic
2021-05-02T04:20:35.002Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-02T04:20:35.003Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-02T04:20:35.084Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-02T04:20:36.541Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-02T04:20:36.688Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-02T04:20:37.089Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-02T04:20:37.097Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-02T04:20:37.178Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-02T04:20:37.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-02T04:20:37.685Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-02T04:20:38.547Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-02T04:20:40.519Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-02T04:20:40.559Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-02T04:20:40.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-02T04:20:41.129Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-05-02T04:20:42.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-02T04:20:43.267Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-02T04:20:43.288Z||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$$474b6a34.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-05-02T04:20:43.289Z||main|||||WARN|500||The sdc end point is not alive
2021-05-02T04:20:45.428Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-02T04:20:47.798Z||main|||||WARN|500||---
2021-05-02T04:20:47.798Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-02T04:20:47.798Z||main|||||WARN|500||---
2021-05-02T04:20:48.070Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-02T04:20:51.085Z||main|||||INFO|500||Started Application in 25.322 seconds (JVM running for 26.498)
2021-05-02T04:20:51.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-02T04:20:51.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-02T04:20:51.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-02T04:20:51.165Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-02T04:20:51.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a545c97-cd14-4d9a-81f9-44ead0964293 url= /sdc/v1/artifactTypes
2021-05-02T04:20:51.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-02T04:20:51.489Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-02T04:20:51.505Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-02T04:20:51.531Z||scheduling-1|||||DEBUG|500||create keys
2021-05-02T04:20:51.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-02T04:20:51.563Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:20:51.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1a814c5e-d8cf-4f14-8607-3b00a7670b5e url= /sdc/v1/registerForDistribution
2021-05-02T04:20:51.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1a814c5e-d8cf-4f14-8607-3b00a7670b5e url= /sdc/v1/registerForDistribution
2021-05-02T04:20:51.690Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-02T04:20:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:20:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:20:51.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:20:51.707Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:20:51.707Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:20:51.707Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:20:51.708Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-02T04:21:01.946Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:21:01.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:21:51.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:21:51.699Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:21:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:21:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:21:51.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:21:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:22:01.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:22:01.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:22:51.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:22:51.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:22:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:22:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:22:51.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:22:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:23:01.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:23:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:23:51.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:23:51.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.
2021-05-02T04:23:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:23:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:23:51.704Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:23:51.705Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:24:01.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:24:01.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:24:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:24:51.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:24:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:24:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:24:51.703Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:24:51.703Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:25:01.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:25:01.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:25:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:25:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:25:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:25:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:25:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:25:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:26:01.263Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:26:01.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:26:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:26:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:26:51.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:26:51.702Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:26:51.703Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:26:51.703Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:27:01.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:27:01.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:27:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:27:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:27:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:27:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:27:51.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:27:51.703Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:28:01.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:28:01.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:28:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:28:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:28:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:28:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:28:51.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:28:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:29:01.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:29:01.256Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:29:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:29:51.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:29:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:29:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:29:51.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:29:51.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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:30:01.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:30:01.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:30:47.249Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-02T04:30:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:30:51.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:30:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:30:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:30:51.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:30:51.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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:31:01.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:31:01.256Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:31:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:31:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:31:51.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:31:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:31:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:31:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:32:01.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:32:01.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:32:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:32:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:32:51.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:32:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:32:51.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:32:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:33:01.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:33:01.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:33:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:33:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:33:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:33:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:33:51.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:33:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:34:01.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:34:01.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:34:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:34:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:34:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:34:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:34:51.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:34:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:35:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:35:01.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:35:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:35:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:35:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:35:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:35:51.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:35:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:36:01.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:36:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:36:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:36:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:36:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:36:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:36:51.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:36:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:37:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:37:01.253Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:37:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:37:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:37:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:37:51.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:37:51.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:37:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:38:01.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:38:01.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:38:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:38:51.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:38:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:38:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:38:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:38:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:39:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:39:01.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:39:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:39:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:39:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:39:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:39:51.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:39:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:40:01.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:40:01.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:40:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:40:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:40:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:40:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:40:51.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:40:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:41:01.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:41:01.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:41:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:41:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:41:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:41:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:41:51.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:41:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:42:01.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:42:01.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:42:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:42:51.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:42:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:42:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:42:51.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:42:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:43:01.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:43:01.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:43:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:43:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:43:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:43:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:43:51.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:43:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:44:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:44:01.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:44:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:44:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:44:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:44:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:44:51.702Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:44:51.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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:45:01.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:45:01.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:45:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:45:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:45:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:45:51.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:45:51.701Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:45:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:46:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:46:01.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:46:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:46:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:46:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:46:51.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:46:51.702Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:46:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:47:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:47:01.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:47:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:47:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:47:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:47:51.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:47:51.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:47:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:48:01.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:48:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:48:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:48:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:48:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:48:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:48:51.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.
2021-05-02T04:48:51.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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:49:01.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:49:01.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:49:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:49:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:49:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:49:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:49:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:49:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:50:01.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:50:01.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:50:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:50:51.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:50:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:50:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:50:51.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:50:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:51:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:51:01.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:51:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:51:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:51:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:51:51.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:51:51.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:51:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:52:01.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:52:01.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:52:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:52:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:52:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:52:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:52:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:52:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:53:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:53:01.253Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:53:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:53:51.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:53:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:53:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:53:51.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:53:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:54:01.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:54:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:54:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:54:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:54:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:54:51.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:54:51.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:54:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:55:01.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:55:01.282Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:55:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:55:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:55:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:55:51.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:55:51.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:55:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:56:01.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:56:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:56:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:56:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:56:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:56:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:56:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:56:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:57:01.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:57:01.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:57:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:57:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:57:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:57:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:57:51.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:57:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:58:01.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:58:01.257Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:58:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:58:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:58:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:58:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:58:51.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:58:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:59:01.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:59:01.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T04:59:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:59:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:59:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T04:59:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T04:59:51.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T04:59:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:01.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:01.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:51.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:00:51.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:00:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:00:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:00:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:52.304Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:52.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2df2ee7-c527-4456-8f4d-2595c419df58","serviceName":"vFW 2021-05-02 04-57-45","serviceVersion":"1.0","serviceUUID":"f7513c9a-e1e8-42b2-878d-0042a4409ed3","serviceDescription":"catalog service description","serviceInvariantUUID":"eb81ebce-2709-4f6b-aef6-34dfac7b1c7f","resources":[{"resourceInstanceName":"vFW ee04a53d-7824 0","resourceName":"vFW ee04a53d-7824","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94b58172-0191-48e8-9266-86609491efe8","resourceInvariantUUID":"8f12f100-878a-4684-89e9-321779f86c20","resourceCustomizationUUID":"42a32a0d-b009-4688-8170-6a1d5b5c98f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml","artifactChecksum":"ZGE1NWJlY2NlMDJlY2ZhZWFhNGU5OTJiNDhhZGNjMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7df13980-b377-4ca4-b50a-19ab85c67883","artifactVersion":"1"},{"artifactName":"vfwee04a53d78240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json","artifactChecksum":"OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4548a227-de2d-42ec-89c8-ab6551c1de0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml","artifactChecksum":"NjNkZDJkM2UyM2I3OTIyMzUxNmNiMThlN2NjYTdmMmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a4c8dc0-0eb0-4e5e-96b5-74c83878a2e8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74dcf8f3-8c13-4534-8adc-ee2f05be37e1","artifactVersion":"2","generatedFromUUID":"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210502045745-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml","artifactChecksum":"N2Y1NDExODI4ODU5MmFjMjE1ZTRjNDUyOTA5YTFlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6fb75065-7725-409a-9c84-0ca4e1233273","artifactVersion":"1"},{"artifactName":"service-Vfw20210502045745-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar","artifactChecksum":"OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f6b1494-5a5b-43d3-a905-aa56a2df8ac2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T05:00:52.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:52.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:52.348Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:52.348Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931615686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "dcae-sch",
"timestamp": 1619931608089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931616974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931612673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931618257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931618775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931625986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931625990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931626013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931627020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931627274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931620646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931627582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931627672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "policy-id",
"timestamp": 1619931628023,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.449Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-05-02T05:00:52.455Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:52.455Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.466Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:52.468Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:00:52.516Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931628821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931628837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931629265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931629366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "cds",
"timestamp": 1619931629853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.582Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:00:52.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931630081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931630272,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.600Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:00:52.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931631026,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.618Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.618Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:00:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931631104,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:00:52.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931631275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931632029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931632108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931629919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931630797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931639300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931635079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931643894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931646505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931647558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "clamp",
"timestamp": 1619931648561,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931648880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:00:52.666Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:00:52.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931649885,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:00:52.672Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:00:52.672Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:00:53.354Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:53.354Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:53.356Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:53.357Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:00:53.457Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:00:53.458Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:53.458Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:53.471Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:53.471Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:00:54.357Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:54.359Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:54.361Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:54.361Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:00:54.462Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:00:54.463Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:54.463Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:54.474Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:54.475Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:00:55.362Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:55.363Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:55.364Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:55.364Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:55.465Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:00:55.466Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:55.466Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:55.477Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:55.477Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:00:56.365Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:56.366Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:56.368Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:56.369Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T05:00:56.469Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:00:56.470Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:56.470Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:56.482Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:56.483Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:00:57.369Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:57.370Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:57.373Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:57.373Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:00:57.473Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:00:57.474Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:57.475Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:57.488Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:57.488Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:00:58.373Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:00:58.374Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:00:58.376Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:00:58.376Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:00:58.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:00:58.477Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:00:58.478Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:00:58.490Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:00:58.491Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:00:59.379Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"serviceName": "vFW 2021-05-02 04-57-45",
"serviceVersion": "1.0",
"serviceUUID": "f7513c9a-e1e8-42b2-878d-0042a4409ed3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eb81ebce-2709-4f6b-aef6-34dfac7b1c7f",
"resources": [
{
"resourceInstanceName": "vFW ee04a53d-7824 0",
"resourceCustomizationUUID": "42a32a0d-b009-4688-8170-6a1d5b5c98f5",
"resourceName": "vFW ee04a53d-7824",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "94b58172-0191-48e8-9266-86609491efe8",
"resourceInvariantUUID": "8f12f100-878a-4684-89e9-321779f86c20",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwee04a53d78240_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"artifactChecksum": "OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4548a227-de2d-42ec-89c8-ab6551c1de0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74dcf8f3-8c13-4534-8adc-ee2f05be37e1",
"generatedFromUUID": "2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74dcf8f3-8c13-4534-8adc-ee2f05be37e1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210502045745-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"artifactChecksum": "OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f6b1494-5a5b-43d3-a905-aa56a2df8ac2"
}
],
"workloadContext": "Production"
}
2021-05-02T05:00:59.380Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T05:00:59.381Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7513c9a-e1e8-42b2-878d-0042a4409ed3 ASDC
2021-05-02T05:00:59.563Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f2df2ee7-c527-4456-8f4d-2595c419df58
ServiceName:vFW 2021-05-02 04-57-45
ServiceVersion:1.0
ServiceUUID:f7513c9a-e1e8-42b2-878d-0042a4409ed3
ServiceInvariantUUID:eb81ebce-2709-4f6b-aef6-34dfac7b1c7f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210502045745-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar
ArtifactUUID:0f6b1494-5a5b-43d3-a905-aa56a2df8ac2
ArtifactChecksum:OTQzNzMwZDdlODY4NjIxNTAxMDBmMmI3YzExZDg1ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ee04a53d-7824 0
ResourceCustomizationUUID:42a32a0d-b009-4688-8170-6a1d5b5c98f5
ResourceInvariantUUID:8f12f100-878a-4684-89e9-321779f86c20
ResourceName:vFW ee04a53d-7824
ResourceType:VF
ResourceUUID:94b58172-0191-48e8-9266-86609491efe8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwee04a53d78240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json
ArtifactUUID:4548a227-de2d-42ec-89c8-ab6551c1de0f
ArtifactChecksum:OTVkZjE3NmI2MTQyYjcwNjRkNGIwMmNlNDRmMTdjYTA=
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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml
ArtifactUUID:2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f
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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
ArtifactUUID:74dcf8f3-8c13-4534-8adc-ee2f05be37e1
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/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
ArtifactUUID:74dcf8f3-8c13-4534-8adc-ee2f05be37e1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-02T05:00:59.563Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7513c9a-e1e8-42b2-878d-0042a4409ed3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:00:59.615Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:00:59.654Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2 from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar
2021-05-02T05:00:59.655Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:00:59.657Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:00.564Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:01:00.583Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2 110264
2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar ASDC sendASDCNotification
2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:00.589Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:01:00.590Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:00.592Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:00.592Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931660584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:01:00.693Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:01:00.696Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:00.696Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:00.711Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:00.712Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:01.593Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:01:01.594Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:01:01.595Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0f6b1494-5a5b-43d3-a905-aa56a2df8ac2, URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar to file: /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:01.595Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210502045745-csar.csar
2021-05-02T05:01:01.708Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:01.708Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:02.279Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9302939843139353287/Definitions/service-Vfw20210502045745-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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
2021-05-02T05:01:05.200Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.205Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee04a53d-7824 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.206Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee04a53d-7824 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-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:05.207Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-02T05:01:05.212Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.214Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.218Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:05.218Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-02T05:01:05.220Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-02T05:01:05.221Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:01:05.222Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.222Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.225Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T05:01:05.226Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.227Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.228Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T05:01:05.229Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.229Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:05.230Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T05:01:05.231Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eaf6f336-7ea5-4aec-ad09-ab2d4074eae0
2021-05-02T05:01:05.232Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-02T05:01:05.233Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a69d88ed-6aed-4f72-9890-783fe9d96a4d
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:05.234Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:05.235Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd49856b-3773-49c6-b7c6-39779962c6e0
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.236Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:05.237Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-02 04-57-45
Description:catalog service description
Model UUID:f7513c9a-e1e8-42b2-878d-0042a4409ed3
Model Version:NULL
Model InvariantUuid:eb81ebce-2709-4f6b-aef6-34dfac7b1c7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ee04a53d-7824
Model UUID:109159d7-2364-4593-97da-18b63da4e041
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8f12f100-878a-4684-89e9-321779f86c20
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42a32a0d-b009-4688-8170-6a1d5b5c98f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea
ModelName:VfwEe04a53d7824..base_vfw..module-0
ModelUuid:fa625b44-b2e9-4018-ab7f-78438be6cd1b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eaf6f336-7ea5-4aec-ad09-ab2d4074eae0
ModelInvariantUuid:a54a8e9b-b009-47ed-bf76-837fe7a042e1
ModelName:vFW ee04a53d-7824-nodes.vfwCvfc
ModelUuid:1637e15c-1277-4e2d-b60e-ffefd40c7d8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0483660a-be7e-4c18-bdfc-f47060b2dc27
ModelInvariantUuid:39448e90-aec8-442c-9617-59506c98ec65
ModelName:VfwEe04a53d7824.compute.nodes.heat.vfw
ModelUuid:d7ca6169-501e-451a-8803-413de3d031aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a69d88ed-6aed-4f72-9890-783fe9d96a4d
ModelInvariantUuid:dbfccab8-fc12-45fb-9053-d8c5468803e8
ModelName:vFW ee04a53d-7824-nodes.vsnCvfc
ModelUuid:91d593fc-67db-4977-9109-946254c75e2c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:161da9c1-e00c-45d3-981a-df931b6ef44e
ModelInvariantUuid:900c300d-8cc1-40ff-9593-a4f5923c2f6f
ModelName:VfwEe04a53d7824.compute.nodes.heat.vsn
ModelUuid:a0beb433-59e4-4842-b4ff-5d762daf8efb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd49856b-3773-49c6-b7c6-39779962c6e0
ModelInvariantUuid:5fd91797-e562-40bf-bde4-d143ae6395cc
ModelName:vFW ee04a53d-7824-nodes.vpgCvfc
ModelUuid:ce8f3e9f-c6ba-4e1f-bd8e-746270c34909
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a0b9ff29-0659-4bdd-9476-255760870fd2
ModelInvariantUuid:ff2ee00c-6f5e-4a83-80f7-1607df8e0ace
ModelName:VfwEe04a53d7824.compute.nodes.heat.vpg
ModelUuid:8dbe8f3a-efa9-4032-9ac2-cfc710a8cdbb
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-02T05:01:05.261Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 94b58172-0191-48e8-9266-86609491efe8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:01:05.363Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||vFW ee04a53d-7824 0
2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94b58172-0191-48e8-9266-86609491efe8
2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4548a227-de2d-42ec-89c8-ab6551c1de0f from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json
2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:01:05.376Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json
2021-05-02T05:01:05.964Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json 4548a227-de2d-42ec-89c8-ab6551c1de0f 785
2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json ASDC sendASDCNotification
2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json
2021-05-02T05:01:05.965Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:01:05.966Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:05.968Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:05.969Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931665965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:01:06.069Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:06.070Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:06.070Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:06.080Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:06.080Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:06.974Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEe04a53d7824..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa625b44-b2e9-4018-ab7f-78438be6cd1b",
"vfModuleModelCustomizationUUID": "8f4c3ab7-c567-42fb-a34a-6c90235ed28f",
"isBase": true,
"artifacts": [
"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f",
"74dcf8f3-8c13-4534-8adc-ee2f05be37e1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:01:06.996Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEe04a53d7824..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa625b44-b2e9-4018-ab7f-78438be6cd1b
VfModuleModelInvariantUUID:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f
,
74dcf8f3-8c13-4534-8adc-ee2f05be37e1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEe04a53d7824..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa625b44-b2e9-4018-ab7f-78438be6cd1b",
"vfModuleModelCustomizationUUID": "8f4c3ab7-c567-42fb-a34a-6c90235ed28f",
"isBase": true,
"artifacts": [
"2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f",
"74dcf8f3-8c13-4534-8adc-ee2f05be37e1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEe04a53d7824..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa625b44-b2e9-4018-ab7f-78438be6cd1b
VfModuleModelInvariantUUID:bedd60eb-d2e9-4e21-9c2b-4b766d2b8fea
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f
,
74dcf8f3-8c13-4534-8adc-ee2f05be37e1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml
2021-05-02T05:01:06.999Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:01:07.000Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml
2021-05-02T05:01:07.762Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:01:07.763Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml 2ab180ae-73c7-4ba2-9cd9-eb8903bc9b3f 20368
2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml
2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:01:07.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:07.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:07.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931667764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:01:07.867Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:07.868Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:07.869Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:07.882Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:07.882Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:01:08.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 from URL: /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
2021-05-02T05:01:08.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:01:08.769Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
2021-05-02T05:01:09.394Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env 74dcf8f3-8c13-4534-8adc-ee2f05be37e1 2098
2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
2021-05-02T05:01:09.395Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:01:09.396Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:09.399Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:09.399Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931669395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:01:09.499Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:09.501Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:09.501Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:09.513Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:09.514Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:10.400Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f7513c9a-e1e8-42b2-878d-0042a4409ed3
2021-05-02T05:01:10.401Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ee04a53d-7824 0 94b58172-0191-48e8-9266-86609491efe8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:01:10.444Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.445Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.477Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-02T05:01:10.477Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 42a32a0d-b009-4688-8170-6a1d5b5c98f5
2021-05-02T05:01:10.479Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5 matches Tosca VF Customization UUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5
2021-05-02T05:01:10.479Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 42a32a0d-b009-4688-8170-6a1d5b5c98f5 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-02T05:01:10.488Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.489Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.491Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 42a32a0d-b009-4688-8170-6a1d5b5c98f5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-05-02T05:01:10.491Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ef8365b
2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T05:01:10.492Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f4c3ab7-c567-42fb-a34a-6c90235ed28f
2021-05-02T05:01:10.493Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f4c3ab7-c567-42fb-a34a-6c90235ed28f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-02T05:01:10.499Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:10.500Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:10.501Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.502Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eaf6f336-7ea5-4aec-ad09-ab2d4074eae0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.508Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.509Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.510Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a69d88ed-6aed-4f72-9890-783fe9d96a4d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.512Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:10.514Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.515Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-02T05:01:10.516Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd49856b-3773-49c6-b7c6-39779962c6e0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:01:10.518Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.519Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Node template vFW ee04a53d-7824 0 is matching search criteria
2021-05-02T05:01:10.519Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW ee04a53d-7824 0] matching following query criteria: sdcType=VF, customizationUUID=42a32a0d-b009-4688-8170-6a1d5b5c98f5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:01:10.520Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.520Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f7513c9a-e1e8-42b2-878d-0042a4409ed3: vFW ee04a53d-7824
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.521Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-02 04-57-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:01:10.522Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-02 04-57-45
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:01:10.821Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ee04a53d-7824 94b58172-0191-48e8-9266-86609491efe8 1 ASDC deployResourceStructure
2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json ASDC sendASDCNotification
2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json
2021-05-02T05:01:10.822Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:01:10.823Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:10.824Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:10.824Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931670822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:01:10.925Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:01:10.926Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:10.926Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:10.937Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:10.937Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:11.825Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-02T05:01:11.826Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml
2021-05-02T05:01:11.826Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:01:11.827Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:11.829Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:11.829Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931671825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T05:01:11.929Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:11.930Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:11.930Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:11.954Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:11.954Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:12.830Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env
2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:01:12.831Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:12.834Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:12.834Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931672830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-02T05:01:12.934Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:12.935Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:12.935Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:12.950Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:12.951Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:13.835Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar ASDC sendASDCNotification
2021-05-02T05:01:13.835Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar
2021-05-02T05:01:13.836Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:01:13.836Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:01:13.838Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:01:13.838Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931673835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:01:13.938Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:01:13.940Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:01:13.941Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:13.950Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:13.951Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:01:14.840Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:01:14.859Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:01:14.862Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:01:14.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:01:14.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:01:44.863Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:01:44.875Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:01:44.878Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:01:44.878Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:01:44.879Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:01:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:01:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:01:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:01:51.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:01:51.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:01:51.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931652178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:01:51.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:02:14.879Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:02:14.890Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:02:14.895Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:02:14.895Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:02:14.896Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:02:44.896Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:02:44.907Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:02:44.910Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:02:44.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:02:44.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:02:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:02:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:02:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:02:51.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:02:51.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:02:51.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:02:51.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:14.911Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:03:14.921Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:03:14.923Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:03:44.924Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:03:44.935Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:03:44.938Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:03:44.938Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-02T05:03:44.939Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-02T05:03:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:03:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:03:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:03:51.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:03:51.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "aai-ml",
"timestamp": 1619931653183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:03:51.744Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2df2ee7-c527-4456-8f4d-2595c419df58
2021-05-02T05:03:51.744Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2df2ee7-c527-4456-8f4d-2595c419df58 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:03:51.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931651698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931660584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931665965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931667764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931669395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931670822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/vfwee04a53d78240_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931671825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T05:03:51.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931672830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/resourceInstances/vfwee04a53d78240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-02T05:03:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:03:51.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:03:51.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931673835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210502045745/1.0/artifacts/service-Vfw20210502045745-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:03:51.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:14.939Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:04:14.951Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.954Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:04:14.955Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:14.960Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T05:04:44.960Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2df2ee7-c527-4456-8f4d-2595c419df58 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-02T05:04:44.971Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2df2ee7-c527-4456-8f4d-2595c419df58 and serviceModelVersionId: f7513c9a-e1e8-42b2-878d-0042a4409ed3
2021-05-02T05:04:44.971Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb81ebce-2709-4f6b-aef6-34dfac7b1c7f
2021-05-02T05:04:51.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:04:51.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:04:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:04:52.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:04:52.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931716974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931715686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931718775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931720797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "ves-openapi-manager",
"timestamp": 1619931718257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931730836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931730834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931730840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931730847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931725079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931732290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931725646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931732294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931732366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931733581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931734167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931734186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931734188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931734261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "dcae-sch",
"timestamp": 1619931728089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931735173,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:52.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.265Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:52.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "cds",
"timestamp": 1619931735192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.279Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.279Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:52.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931735200,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:04:52.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931735264,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.311Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:04:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931735713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619931736176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619931736203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619931736267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619931736716,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931738371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931732673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "aai-ml",
"timestamp": 1619931739376,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.370Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.371Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931740964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931741967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931742062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "policy-id",
"timestamp": 1619931742969,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.388Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.388Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:04:52.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931744070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:04:52.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:04:52.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:04:52.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "clamp",
"timestamp": 1619931745073,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:04:52.401Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 795d6047-6f2e-4940-884a-e18c58b80ba0
2021-05-02T05:04:52.402Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795d6047-6f2e-4940-884a-e18c58b80ba0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:04:56.173Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0
2021-05-02T05:04:56.297Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T05:04:56.780Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|INFO|500||Invoke
2021-05-02T05:04:56.787Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd2fb50e-0f92-4d28-ac89-f3236afb38d7], X-ECOMP-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], X-TransactionId=[], X-ONAP-RequestID=[f2df2ee7-c527-4456-8f4d-2595c419df58], Content-Type=[application/merge-patch+json]}
2021-05-02T05:04:56.918Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T05:04:57.367Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-05:04:56:926-88301], vertex-id=[217128], Content-Length=[0], Date=[Sun, 02 May 2021 05:04:56 GMT], Content-Type=[application/json]}
2021-05-02T05:04:57.369Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-02T05:04:57.369Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb81ebce-2709-4f6b-aef6-34dfac7b1c7f/model-vers/model-ver/f7513c9a-e1e8-42b2-878d-0042a4409ed3?depth=0|INFO|500||InvokeReturn
2021-05-02T05:04:57.372Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T05:04:57.372Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:04:57.377Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-02T05:04:57.378Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2df2ee7-c527-4456-8f4d-2595c419df58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T05:04:57.379Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T05:04:57.379Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:04:57.381Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:04:57.381Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931897378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:04:57.481Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:04:57.482Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:04:57.482Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:04:57.495Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:04:57.496Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:04:58.391Z|f2df2ee7-c527-4456-8f4d-2595c419df58|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:02.727Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:02.728Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:05:02.729Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"795d6047-6f2e-4940-884a-e18c58b80ba0","serviceName":"basic_onboard_YcrBEI","serviceVersion":"1.0","serviceUUID":"ec412b78-403f-436b-8359-59f05ccc39f1","serviceDescription":"service","serviceInvariantUUID":"dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e","resources":[{"resourceInstanceName":"basic_onboard_YcrBEI 0","resourceName":"basic_onboard_YcrBEI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fa3b20e-7920-48f6-836f-f4587d6a8cc2","resourceInvariantUUID":"eee6836e-e2a2-4aa5-99ae-81c20d04e4cb","resourceCustomizationUUID":"79825021-c0f7-4d06-bee6-914b85469830","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml","artifactChecksum":"NmRmYzY3ODgyMGYwMWE1ODk5MGY4ZWRiNDEyOGRjYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9064282a-8471-42f5-ade0-443709908b36","artifactVersion":"1"},{"artifactName":"basic_onboard_ycrbei0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json","artifactChecksum":"YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5232616-387c-4f78-8fa9-fe79987fe3d9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4080d39f-1cb9-4db3-91ca-2d017a8df3a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8de96aa-e292-41af-8650-181bb90056c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"630b213f-a069-4c8b-84d6-5791992f9c82","artifactVersion":"2","generatedFromUUID":"4080d39f-1cb9-4db3-91ca-2d017a8df3a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYcrbei-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml","artifactChecksum":"ZTE2MzM0NjU0NDQyMTY3Y2RhOTRjMmNmMWIyOWEzZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6e1a5e7-436b-40b8-bcd4-e4e7bebb7b91","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYcrbei-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar","artifactChecksum":"ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54234b9b-00c3-41fc-8792-87a348f517bc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T05:05:02.733Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:02.734Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:02.736Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:02.736Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:02.837Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:05:02.838Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:02.838Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:02.850Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:02.851Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:05:03.737Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:03.738Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:03.741Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:03.742Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:05:03.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:03.843Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:03.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:03.857Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:03.857Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:04.742Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:04.743Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:04.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:04.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:05:04.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:04.847Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:04.847Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:04.861Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:04.861Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:05.746Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:05.747Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:05.749Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:05.749Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:05.850Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:05:05.851Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:05.851Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:05.862Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:05.863Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:06.750Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:06.752Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:06.754Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:06.754Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:05:06.854Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-02T05:05:06.855Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:06.855Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:06.866Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:06.867Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:07.755Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:07.756Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:07.758Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:07.758Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:07.858Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:07.859Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:07.860Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:07.870Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:07.870Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:05:08.759Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:05:08.760Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:08.763Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:08.764Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:05:08.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:08.865Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:08.865Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:08.877Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:08.877Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:09.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"serviceName": "basic_onboard_YcrBEI",
"serviceVersion": "1.0",
"serviceUUID": "ec412b78-403f-436b-8359-59f05ccc39f1",
"serviceDescription": "service",
"serviceInvariantUUID": "dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e",
"resources": [
{
"resourceInstanceName": "basic_onboard_YcrBEI 0",
"resourceCustomizationUUID": "79825021-c0f7-4d06-bee6-914b85469830",
"resourceName": "basic_onboard_YcrBEI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6fa3b20e-7920-48f6-836f-f4587d6a8cc2",
"resourceInvariantUUID": "eee6836e-e2a2-4aa5-99ae-81c20d04e4cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ycrbei0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"artifactChecksum": "YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a5232616-387c-4f78-8fa9-fe79987fe3d9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4080d39f-1cb9-4db3-91ca-2d017a8df3a8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "630b213f-a069-4c8b-84d6-5791992f9c82",
"generatedFromUUID": "4080d39f-1cb9-4db3-91ca-2d017a8df3a8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "630b213f-a069-4c8b-84d6-5791992f9c82",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYcrbei-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"artifactChecksum": "ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54234b9b-00c3-41fc-8792-87a348f517bc"
}
],
"workloadContext": "Production"
}
2021-05-02T05:05:09.767Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T05:05:09.768Z|f2df2ee7-c527-4456-8f4d-2595c419df58|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec412b78-403f-436b-8359-59f05ccc39f1 ASDC
2021-05-02T05:05:09.769Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:795d6047-6f2e-4940-884a-e18c58b80ba0
ServiceName:basic_onboard_YcrBEI
ServiceVersion:1.0
ServiceUUID:ec412b78-403f-436b-8359-59f05ccc39f1
ServiceInvariantUUID:dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYcrbei-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar
ArtifactUUID:54234b9b-00c3-41fc-8792-87a348f517bc
ArtifactChecksum:ZmMxZGIwODA4ZWE2M2MwMjM2MmFjOGVmNTNkMTdiNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YcrBEI 0
ResourceCustomizationUUID:79825021-c0f7-4d06-bee6-914b85469830
ResourceInvariantUUID:eee6836e-e2a2-4aa5-99ae-81c20d04e4cb
ResourceName:basic_onboard_YcrBEI
ResourceType:VF
ResourceUUID:6fa3b20e-7920-48f6-836f-f4587d6a8cc2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ycrbei0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json
ArtifactUUID:a5232616-387c-4f78-8fa9-fe79987fe3d9
ArtifactChecksum:YzY2NmYwMDAzYTM0MGM0MmFiMzMzNjAxZTk2ZDQ4NTA=
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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4080d39f-1cb9-4db3-91ca-2d017a8df3a8
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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
ArtifactUUID:630b213f-a069-4c8b-84d6-5791992f9c82
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/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
ArtifactUUID:630b213f-a069-4c8b-84d6-5791992f9c82
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-02T05:05:09.769Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec412b78-403f-436b-8359-59f05ccc39f1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:05:09.794Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:05:09.795Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 54234b9b-00c3-41fc-8792-87a348f517bc from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:09.796Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:05:09.796Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:09.937Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:05:09.941Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar 54234b9b-00c3-41fc-8792-87a348f517bc 74798
2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar ASDC sendASDCNotification
2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:05:09.942Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:09.943Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:09.944Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931909942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:10.044Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:10.045Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:10.045Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:10.058Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:10.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:05:10.944Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:05:10.946Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-02T05:05:10.946Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 54234b9b-00c3-41fc-8792-87a348f517bc, URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar to file: /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:10.947Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:10.947Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:10.948Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:11.101Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17652957766966521736/Definitions/service-BasicOnboardYcrbei-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-05-02T05:05:12.242Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YcrBEI 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-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.243Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YcrBEI 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-02T05:05:12.244Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.245Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.246Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria
2021-05-02T05:05:12.252Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T05:05:12.253Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:12.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74ccaf5-1801-48a1-a9aa-57fb97ec92a2
2021-05-02T05:05:12.255Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:12.256Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YcrBEI
Description:service
Model UUID:ec412b78-403f-436b-8359-59f05ccc39f1
Model Version:NULL
Model InvariantUuid:dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YcrBEI
Model UUID:94dd158a-b9a6-4908-8d92-5fe89f68c534
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eee6836e-e2a2-4aa5-99ae-81c20d04e4cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:79825021-c0f7-4d06-bee6-914b85469830
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:17b57069-ed31-4b8f-ad8c-1bf7cc678004
ModelName:BasicOnboardYcrbei..base_ubuntu18..module-0
ModelUuid:10d31dd0-273a-4e27-9b61-fc2f9df502f1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e74ccaf5-1801-48a1-a9aa-57fb97ec92a2
ModelInvariantUuid:f8787631-d923-407a-98a3-7c08cd3779f2
ModelName:basic_onboard_YcrBEI-nodes.ubuntu18Cvfc
ModelUuid:44bc0a52-00f3-4add-b9c9-ba9d33eb1f4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8c60b70b-3f6d-4da5-8690-d81e0545ff0d
ModelInvariantUuid:ce2abca4-9021-409e-b5a3-a1cf182d9c79
ModelName:BasicOnboardYcrbei.compute.nodes.heat.ubuntu18
ModelUuid:1b7558f6-c01c-443e-9ceb-a0be02ddb399
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-02T05:05:12.263Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fa3b20e-7920-48f6-836f-f4587d6a8cc2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||basic_onboard_YcrBEI 0
2021-05-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fa3b20e-7920-48f6-836f-f4587d6a8cc2
2021-05-02T05:05:12.265Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a5232616-387c-4f78-8fa9-fe79987fe3d9 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json
2021-05-02T05:05:12.266Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:05:12.266Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json
2021-05-02T05:05:12.878Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:05:12.878Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json a5232616-387c-4f78-8fa9-fe79987fe3d9 798
2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json ASDC sendASDCNotification
2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json
2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:05:12.879Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:12.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:12.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931912879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:12.981Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:12.982Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:12.982Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:12.992Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:12.993Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:13.881Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYcrbei..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17b57069-ed31-4b8f-ad8c-1bf7cc678004",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "10d31dd0-273a-4e27-9b61-fc2f9df502f1",
"vfModuleModelCustomizationUUID": "2d23921d-90f4-42bb-a40d-8a28c5810bb0",
"isBase": true,
"artifacts": [
"4080d39f-1cb9-4db3-91ca-2d017a8df3a8",
"630b213f-a069-4c8b-84d6-5791992f9c82"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:05:13.885Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcrbei..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10d31dd0-273a-4e27-9b61-fc2f9df502f1
VfModuleModelInvariantUUID:17b57069-ed31-4b8f-ad8c-1bf7cc678004
VfModuleModelDescription:NULL
Artifacts UUID List:{
4080d39f-1cb9-4db3-91ca-2d017a8df3a8
,
630b213f-a069-4c8b-84d6-5791992f9c82
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYcrbei..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "17b57069-ed31-4b8f-ad8c-1bf7cc678004",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "10d31dd0-273a-4e27-9b61-fc2f9df502f1",
"vfModuleModelCustomizationUUID": "2d23921d-90f4-42bb-a40d-8a28c5810bb0",
"isBase": true,
"artifacts": [
"4080d39f-1cb9-4db3-91ca-2d017a8df3a8",
"630b213f-a069-4c8b-84d6-5791992f9c82"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcrbei..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10d31dd0-273a-4e27-9b61-fc2f9df502f1
VfModuleModelInvariantUUID:17b57069-ed31-4b8f-ad8c-1bf7cc678004
VfModuleModelDescription:NULL
Artifacts UUID List:{
4080d39f-1cb9-4db3-91ca-2d017a8df3a8
,
630b213f-a069-4c8b-84d6-5791992f9c82
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:05:13.887Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml
2021-05-02T05:05:13.888Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:05:13.888Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml
2021-05-02T05:05:15.058Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:05:15.059Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml 4080d39f-1cb9-4db3-91ca-2d017a8df3a8 5033
2021-05-02T05:05:15.059Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml
2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:05:15.060Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:15.062Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:15.062Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931915059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:15.162Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:15.163Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:15.163Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:15.175Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:15.175Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:16.063Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 630b213f-a069-4c8b-84d6-5791992f9c82 from URL: /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
2021-05-02T05:05:16.064Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-02T05:05:16.064Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
2021-05-02T05:05:16.673Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-02T05:05:16.674Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env 630b213f-a069-4c8b-84d6-5791992f9c82 909
2021-05-02T05:05:16.674Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:05:16.675Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:16.677Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:16.678Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931916674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:16.778Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:16.779Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:16.779Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:16.792Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:16.793Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:05:17.678Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ec412b78-403f-436b-8359-59f05ccc39f1
2021-05-02T05:05:17.679Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YcrBEI 0 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:05:17.696Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.696Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 79825021-c0f7-4d06-bee6-914b85469830
2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79825021-c0f7-4d06-bee6-914b85469830 matches Tosca VF Customization UUID: 79825021-c0f7-4d06-bee6-914b85469830
2021-05-02T05:05:17.697Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 79825021-c0f7-4d06-bee6-914b85469830 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 79825021-c0f7-4d06-bee6-914b85469830: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-05-02T05:05:17.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f2aedf3
2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d23921d-90f4-42bb-a40d-8a28c5810bb0
2021-05-02T05:05:17.700Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d23921d-90f4-42bb-a40d-8a28c5810bb0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:17.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.703Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is not matching search criteria
2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-02T05:05:17.704Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e74ccaf5-1801-48a1-a9aa-57fb97ec92a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:17.706Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YcrBEI 0 is matching search criteria
2021-05-02T05:05:17.707Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YcrBEI 0] matching following query criteria: sdcType=VF, customizationUUID=79825021-c0f7-4d06-bee6-914b85469830
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ec412b78-403f-436b-8359-59f05ccc39f1: basic_onboard_YcrBEI
2021-05-02T05:05:17.709Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.710Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YcrBEI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:05:17.711Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YcrBEI
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YcrBEI 6fa3b20e-7920-48f6-836f-f4587d6a8cc2 1 ASDC deployResourceStructure
2021-05-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json ASDC sendASDCNotification
2021-05-02T05:05:17.772Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json
2021-05-02T05:05:17.773Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:05:17.773Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:17.775Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:17.775Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931917772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:17.875Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:17.876Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:17.876Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:17.887Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:17.888Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:05:18.776Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-02T05:05:18.777Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml
2021-05-02T05:05:18.777Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:05:18.778Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:18.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:18.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931918776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:18.880Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:18.881Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:18.881Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:18.891Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:18.892Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:19.780Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env
2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:05:19.782Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:19.783Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:19.784Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931919780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:19.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:19.885Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:19.885Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:19.896Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:19.896Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:20.785Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar ASDC sendASDCNotification
2021-05-02T05:05:20.786Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar
2021-05-02T05:05:20.786Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:05:20.787Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:20.789Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:20.790Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931920785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:20.890Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:20.891Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:20.891Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:20.901Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:20.902Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:21.790Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:05:21.802Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.806Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.807Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:05:21.807Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:05:21.811Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T05:05:51.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:05:51.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:05:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:51.811Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-02T05:05:51.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 795d6047-6f2e-4940-884a-e18c58b80ba0 and serviceModelVersionId: ec412b78-403f-436b-8359-59f05ccc39f1
2021-05-02T05:05:51.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e
2021-05-02T05:05:51.819Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0
2021-05-02T05:05:51.825Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T05:05:51.860Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-02T05:05:51.860Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|INFO|500||Invoke
2021-05-02T05:05:51.891Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0|INFO|500||InvokeReturn
2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dc6d5240-1ba9-4dbd-ae3f-dbd8fd67139e/model-vers/model-ver/ec412b78-403f-436b-8359-59f05ccc39f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210502-05:05:51:899-43517], vertex-id=[164024], Content-Length=[0], Date=[Sun, 02 May 2021 05:05:51 GMT], Content-Type=[application/json]}
2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-05-02T05:05:52.163Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T05:05:52.164Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:05:52.168Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 795d6047-6f2e-4940-884a-e18c58b80ba0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T05:05:52.169Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:05:52.171Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:05:52.171Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931952169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:05:52.271Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:05:52.272Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:05:52.272Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:05:52.284Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:52.284Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:05:52.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:05:52.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f2df2ee7-c527-4456-8f4d-2595c419df58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931897378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:05:52.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931898391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931909942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931912879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931915059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931916674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931917772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/basic_onboard_ycrbei0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931918776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931919780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/resourceInstances/basic_onboard_ycrbei0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931920785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcrbei/1.0/artifacts/service-BasicOnboardYcrbei-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:05:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:05:53.181Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:05:53.182Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:05:53.182Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:02.729Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:06:02.729Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:06:02.730Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:06:02.730Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:12.267Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:06:12.268Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:06:12.268Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:06:12.269Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:21.817Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:06:21.818Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:31.358Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:06:51.698Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:06:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:06:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:51.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:06:51.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:06:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:06:52.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:06:52.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-05-02T05:06:52.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795d6047-6f2e-4940-884a-e18c58b80ba0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619931952169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:06:52.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:07:01.241Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:07:51.698Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:07:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:07:51.699Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:07:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:07:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:07:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:08:01.254Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:08:01.256Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:08:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:08:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:08:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:08:51.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:08:51.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:08:51.702Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:09:01.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:09:01.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:09:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:09:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:09:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:09:51.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:09:51.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.
2021-05-02T05:09:51.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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:10:01.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:10:01.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:10:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:10:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:10:51.700Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:10:51.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:10:51.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:10:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:01.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:01.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:51.698Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:11:51.699Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:11:51.699Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:51.701Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:11:51.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:11:51.702Z|795d6047-6f2e-4940-884a-e18c58b80ba0|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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:52.326Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"75943d1b-e944-4ba0-9a92-682e516beb8a","serviceName":"Demo_pNF_EaKm3h6BE5ghbpHUTOlR","serviceVersion":"1.0","serviceUUID":"049e511f-ab53-4c9e-a5c1-b29167472dc0","serviceDescription":"catalog service description","serviceInvariantUUID":"ff4e9b2c-34d2-460b-af7a-5fe80af3369e","resources":[{"resourceInstanceName":"pNF 0104453b-10d1 0","resourceName":"pNF 0104453b-10d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e05226ac-7a7a-48ab-9a55-908f2914c54b","resourceInvariantUUID":"94edb3b9-7156-486c-be02-a529bcfe2192","resourceCustomizationUUID":"b7943e98-0970-4f1b-a6d1-dccf674eb1ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml","artifactChecksum":"NTllM2I5OTkxZTFkMzU3YWQ5ZjU4MjZmZTlmMGIwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e541e066-560e-4b43-b4e4-ae45cd705710","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4aff941a-9fd6-421c-a7ab-5f375c3d93c9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40d31b10-ec02-4ef7-925a-94bdb886dfba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ0MGM5OTUyMzdkOWQ4ODdkNjJmZWIxMmY2NGQzZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8de7cc0c-a65f-4741-94b8-1d8313e60ab9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b3b4310-6c12-41c3-805d-d5eddf1c6707","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9d10333-978f-4125-a169-7c784ea16cef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEakm3h6be5ghbphutolr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml","artifactChecksum":"NmJkZDVlNTA3OGQzY2QxN2JjNmUzZTI2NWVjYzUxMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ade91fe-be03-4245-8b57-f7b28455731c","artifactVersion":"1"},{"artifactName":"service-DemoPnfEakm3h6be5ghbphutolr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar","artifactChecksum":"YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e63f8cc4-bc58-4970-9a54-9a206f33979c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T05:11:52.331Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:52.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:52.334Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:52.334Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.335Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:52.339Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.339Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.340Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.341Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.342Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.343Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.344Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.345Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.346Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.347Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.348Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932259919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.349Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932265646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932265079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "dcae-sch",
"timestamp": 1619932268089,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932260797,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.350Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932278774,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932278779,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932278877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.351Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.352Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "cds",
"timestamp": 1619932279780,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.363Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.363Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932272673,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.369Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932280601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.370Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.371Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932281603,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:11:52.374Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.374Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.381Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932282266,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.382Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932283177,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:11:52.383Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932283270,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932275686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.384Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.385Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "aai-ml",
"timestamp": 1619932284182,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:11:52.389Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.389Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.396Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.396Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "policy-id",
"timestamp": 1619932284272,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:11:52.400Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.400Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.407Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.407Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932276974,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.408Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.409Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932278257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932286158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932278775,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932287297,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:11:52.410Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932288167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932288584,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.411Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "clamp",
"timestamp": 1619932289174,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:11:52.416Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.416Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:11:52.424Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-02T05:11:52.424Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932289588,
"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=?
2021-05-02T05:11:52.427Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 75943d1b-e944-4ba0-9a92-682e516beb8a
2021-05-02T05:11:52.428Z|795d6047-6f2e-4940-884a-e18c58b80ba0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75943d1b-e944-4ba0-9a92-682e516beb8a 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 (?, ?, ?, ?, ?)
2021-05-02T05:11:52.434Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:11:52.434Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:52.435Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:52.445Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:52.446Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:11:53.334Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:53.336Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:53.337Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:53.338Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:53.438Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:11:53.439Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:53.439Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:53.452Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:53.452Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:11:54.338Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:54.339Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:54.340Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:54.340Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:54.441Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:11:54.442Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:54.442Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:54.455Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:54.456Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:11:55.341Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:55.342Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:55.343Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:55.343Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:55.444Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:11:55.445Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:55.445Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:55.458Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:55.459Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:11:56.344Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:56.345Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:56.348Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:56.348Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:56.448Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:11:56.449Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:56.450Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:56.461Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:56.461Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:11:57.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:57.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:57.351Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:57.351Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:57.452Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:11:57.454Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:57.455Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:57.464Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:57.466Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:11:58.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:58.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:58.354Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:58.354Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:11:58.454Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:11:58.455Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:58.455Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:58.468Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:58.468Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:11:59.355Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:11:59.355Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:11:59.358Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:11:59.358Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:11:59.458Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:11:59.459Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:11:59.459Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:11:59.474Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:11:59.474Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:12:00.359Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"serviceName": "Demo_pNF_EaKm3h6BE5ghbpHUTOlR",
"serviceVersion": "1.0",
"serviceUUID": "049e511f-ab53-4c9e-a5c1-b29167472dc0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ff4e9b2c-34d2-460b-af7a-5fe80af3369e",
"resources": [
{
"resourceInstanceName": "pNF 0104453b-10d1 0",
"resourceCustomizationUUID": "b7943e98-0970-4f1b-a6d1-dccf674eb1ee",
"resourceName": "pNF 0104453b-10d1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e05226ac-7a7a-48ab-9a55-908f2914c54b",
"resourceInvariantUUID": "94edb3b9-7156-486c-be02-a529bcfe2192",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"artifactChecksum": "YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e63f8cc4-bc58-4970-9a54-9a206f33979c"
}
],
"workloadContext": "Production"
}
2021-05-02T05:12:00.359Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T05:12:00.359Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 049e511f-ab53-4c9e-a5c1-b29167472dc0 ASDC
2021-05-02T05:12:00.360Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:75943d1b-e944-4ba0-9a92-682e516beb8a
ServiceName:Demo_pNF_EaKm3h6BE5ghbpHUTOlR
ServiceVersion:1.0
ServiceUUID:049e511f-ab53-4c9e-a5c1-b29167472dc0
ServiceInvariantUUID:ff4e9b2c-34d2-460b-af7a-5fe80af3369e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
ArtifactUUID:e63f8cc4-bc58-4970-9a54-9a206f33979c
ArtifactChecksum:YjUxMGEwYzNiOWU0ODg3NmQ4ZDY2YTdhMWIyYTUzNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0104453b-10d1 0
ResourceCustomizationUUID:b7943e98-0970-4f1b-a6d1-dccf674eb1ee
ResourceInvariantUUID:94edb3b9-7156-486c-be02-a529bcfe2192
ResourceName:pNF 0104453b-10d1
ResourceType:PNF
ResourceUUID:e05226ac-7a7a-48ab-9a55-908f2914c54b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-02T05:12:00.360Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049e511f-ab53-4c9e-a5c1-b29167472dc0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T05:12:00.388Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e63f8cc4-bc58-4970-9a54-9a206f33979c from URL: /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:00.389Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-05-02T05:12:00.389Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:01.270Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-05-02T05:12:01.274Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar e63f8cc4-bc58-4970-9a54-9a206f33979c 83340
2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ASDC sendASDCNotification
2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:12:01.275Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:12:01.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:12:01.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932321274,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:12:01.377Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:12:01.378Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:12:01.378Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:12:01.387Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:12:01.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:12:02.277Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:12:02.279Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-05-02T05:12:02.280Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e63f8cc4-bc58-4970-9a54-9a206f33979c, URL: /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar to file: /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:02.280Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:02.281Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:02.281Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:02.465Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11946270232315798980/Definitions/service-DemoPnfEakm3h6be5ghbphutolr-template.yml
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0104453b-10d1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0104453b-10d1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.134Z|75943d1b-e944-4ba0-9a92-682e516beb8a|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-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Node template pNF 0104453b-10d1 0 is matching search criteria
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0104453b-10d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Node template pNF 0104453b-10d1 0 is matching search criteria
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-05-02T05:12:03.135Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0104453b-10d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.136Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.137Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.137Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_EaKm3h6BE5ghbpHUTOlR
Description:catalog service description
Model UUID:049e511f-ab53-4c9e-a5c1-b29167472dc0
Model Version:NULL
Model InvariantUuid:ff4e9b2c-34d2-460b-af7a-5fe80af3369e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-02T05:12:03.142Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e05226ac-7a7a-48ab-9a55-908f2914c54b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:12:03.144Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||pNF 0104453b-10d1 0
2021-05-02T05:12:03.144Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e05226ac-7a7a-48ab-9a55-908f2914c54b
2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 049e511f-ab53-4c9e-a5c1-b29167472dc0
2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 049e511f-ab53-4c9e-a5c1-b29167472dc0
2021-05-02T05:12:03.145Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0104453b-10d1 0 e05226ac-7a7a-48ab-9a55-908f2914c54b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 049e511f-ab53-4c9e-a5c1-b29167472dc0: pNF 0104453b-10d1
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Processing PNF resource: e05226ac-7a7a-48ab-9a55-908f2914c54b
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_EaKm3h6BE5ghbpHUTOlR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:12:03.150Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||Resource customization UUID: b7943e98-0970-4f1b-a6d1-dccf674eb1ee is the same as notified resource customizationUUID: b7943e98-0970-4f1b-a6d1-dccf674eb1ee
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0104453b-10d1 e05226ac-7a7a-48ab-9a55-908f2914c54b 0 ASDC deployResourceStructure
2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar ASDC sendASDCNotification
2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar
2021-05-02T05:12:03.208Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-02T05:12:03.209Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:12:03.210Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:12:03.210Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932323208,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:12:03.311Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:12:03.312Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:12:03.312Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:12:03.323Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:12:03.323Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:12:04.211Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:12:04.223Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-05-02T05:12:04.226Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.227Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.228Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-02T05:12:04.229Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:12:04.236Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-02T05:12:34.236Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75943d1b-e944-4ba0-9a92-682e516beb8a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-05-02T05:12:34.242Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75943d1b-e944-4ba0-9a92-682e516beb8a and serviceModelVersionId: 049e511f-ab53-4c9e-a5c1-b29167472dc0
2021-05-02T05:12:34.242Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff4e9b2c-34d2-460b-af7a-5fe80af3369e
2021-05-02T05:12:34.243Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0
2021-05-02T05:12:34.248Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-05-02T05:12:34.284Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-05-02T05:12:34.284Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|INFO|500||Invoke
2021-05-02T05:12:34.303Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-02T05:12:35.063Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0|INFO|500||InvokeReturn
2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff4e9b2c-34d2-460b-af7a-5fe80af3369e/model-vers/model-ver/049e511f-ab53-4c9e-a5c1-b29167472dc0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210502-05:12:34:311-43725], vertex-id=[225320], Content-Length=[0], Date=[Sun, 02 May 2021 05:12:34 GMT], Content-Type=[application/json]}
2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-02T05:12:35.064Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:12:35.069Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75943d1b-e944-4ba0-9a92-682e516beb8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-02T05:12:35.070Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:12:35.071Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:12:35.071Z|75943d1b-e944-4ba0-9a92-682e516beb8a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932355070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:12:35.172Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-02T05:12:35.173Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:12:35.173Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:12:35.188Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:12:35.188Z||pool-45-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=?
2021-05-02T05:12:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:12:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:12:51.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:12:51.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:12:51.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:12:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:12:51.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:12:51.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:12:51.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:12:51.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:01.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:13:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:13:51.699Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:13:51.699Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:13:51.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:13:51.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:13:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:13:52.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/resourceInstances/pnf0104453b10d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932311698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932321274,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932323208,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEakm3h6be5ghbphutolr/1.0/artifacts/service-DemoPnfEakm3h6be5ghbphutolr-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "75943d1b-e944-4ba0-9a92-682e516beb8a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932355070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-02T05:13:52.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:01.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:51.698Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:14:51.700Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:14:51.700Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:51.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-02T05:14:51.701Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-02T05:14:51.701Z||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 yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:51.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:51.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932455686,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932456974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932458775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932452673,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932458257,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932460646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932468273,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932468275,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932468279,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932468279,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932468685,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932469283,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "cds",
"timestamp": 1619932469691,
"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 (?, ?, ?, ?, ?)
2021-05-02T05:14:51.867Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:51.867Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932469784,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932469786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932469872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "policy-id",
"timestamp": 1619932470287,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:51.881Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:51.881Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:51.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932470974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932470983,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932471176,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932471983,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:51.898Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:51.899Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:51.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932471987,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:51.911Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:51.911Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:51.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932472368,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:51.925Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:51.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:51.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932472986,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932472990,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932473370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932479175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932472673,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932482263,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932468089,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932483266,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932475646,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932475686,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932483777,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "policy-id",
"timestamp": 1619932484268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:51.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:51.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932476974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932485162,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932485189,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932485274,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932485864,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932486164,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932486205,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "cds",
"timestamp": 1619932486279,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:51.986Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:51.986Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:51.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932478775,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932486485,
"artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932486671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932486868,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:52.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:52.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932486972,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "clamp",
"timestamp": 1619932487208,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.016Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:52.016Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:52.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "aai-ml",
"timestamp": 1619932487676,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29fffc3a-4811-41ab-aa35-099e2107b199
2021-05-02T05:14:52.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fffc3a-4811-41ab-aa35-099e2107b199 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932487687,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932487752,
"artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932487877,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932488386,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "dcae-sch",
"timestamp": 1619932488755,
"artifactURL": "/sdc/v1/catalog/services/9a972deb-3873-43ab-b46f-054d5f5a50e7/resourceInstances/basicclamp0/artifacts/5dab7292-5be6-4f4d-abb0-2af75a8a23c3",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:52.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-02T05:14:52.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932489287,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932489309,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932489390,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:52.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:52.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932490302,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.083Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:52.083Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "dcae-sch",
"timestamp": 1619932489757,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619932490391,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932490430,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "aai-ml",
"timestamp": 1619932470797,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619932475079,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "ves-openapi-manager",
"timestamp": 1619932478257,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "clamp",
"timestamp": 1619932469919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "cds",
"timestamp": 1619932490646,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619932491305,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-02T05:14:52.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "affea31e-5e07-4db2-8b57-7e9bc0275a08",
"consumerID": "dcae-sch",
"timestamp": 1619932489757,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "821e52d0-499a-4d23-bd84-74c2c9d315b1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619932491433,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-02T05:14:52.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 821e52d0-499a-4d23-bd84-74c2c9d315b1
2021-05-02T05:14:52.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 821e52d0-499a-4d23-bd84-74c2c9d315b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-05-02T05:14:52.328Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:52.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-02T05:14:52.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29fffc3a-4811-41ab-aa35-099e2107b199","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7e34dd2b-9098-4fa3-8f53-fca73ed71710","serviceDescription":"service","serviceInvariantUUID":"77c44225-7eaf-4cb8-9dae-a80b1ea3e66e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9ad6e42d-fd07-4171-9ca2-50cd91f8000a","resourceInvariantUUID":"6d92d466-c18e-4157-b254-e0ced1a5ec00","resourceCustomizationUUID":"4a428708-2b10-4604-8db6-583d7eca1393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTQzNzhmMDQyNTE2ZGNjZWFmOTdlZGUxY2M5N2QzNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b25d5416-1bc9-4ae9-9b52-502b708d4067","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc065b2c-6e70-47c3-a691-8d55f2e8ee3a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48b6bcba-8a0e-410c-a5c4-16cbd8714e93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79daf2b-601c-4ebd-9f4b-ea2dd07d2a9d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d702590-f7aa-4a6c-9108-fccbebe6a53a","artifactVersion":"2","generatedFromUUID":"48b6bcba-8a0e-410c-a5c4-16cbd8714e93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTE3MDBmM2Y3ODI2NmMyMjI2NTZmMDQ1OGU3OThhYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4af70d64-66cd-4f8e-a9b2-ae7a606866c1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74036723-ee98-4aef-ba93-d668d12cf239","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-02T05:14:52.331Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:52.331Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:52.333Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:52.334Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:52.434Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:52.435Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:14:52.435Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:52.445Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:52.445Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:53.334Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:53.335Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:53.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:53.338Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-05-02T05:14:53.438Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:53.439Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:14:53.439Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:53.450Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:53.451Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:54.338Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:54.340Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:54.341Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:54.341Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-05-02T05:14:54.441Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:54.443Z||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.
2021-05-02T05:14:54.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:54.453Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:54.453Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:55.342Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:55.343Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:55.345Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:55.345Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:55.445Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:55.446Z||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.
2021-05-02T05:14:55.446Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:55.457Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:55.458Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:56.345Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:56.346Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:56.348Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:56.348Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-05-02T05:14:56.449Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:56.450Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:14:56.450Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:56.463Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:56.464Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:57.349Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:57.350Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:57.352Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:57.352Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-02T05:14:57.452Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:57.453Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:14:57.453Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:57.465Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:57.465Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-02T05:14:58.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-02T05:14:58.354Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:14:58.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:14:58.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932491698,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-05-02T05:14:58.456Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:14:58.457Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:14:58.457Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:14:58.468Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:14:58.469Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:14:59.358Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "7e34dd2b-9098-4fa3-8f53-fca73ed71710",
"serviceDescription": "service",
"serviceInvariantUUID": "77c44225-7eaf-4cb8-9dae-a80b1ea3e66e",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "4a428708-2b10-4604-8db6-583d7eca1393",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9ad6e42d-fd07-4171-9ca2-50cd91f8000a",
"resourceInvariantUUID": "6d92d466-c18e-4157-b254-e0ced1a5ec00",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc065b2c-6e70-47c3-a691-8d55f2e8ee3a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "48b6bcba-8a0e-410c-a5c4-16cbd8714e93",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d702590-f7aa-4a6c-9108-fccbebe6a53a",
"generatedFromUUID": "48b6bcba-8a0e-410c-a5c4-16cbd8714e93"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8d702590-f7aa-4a6c-9108-fccbebe6a53a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74036723-ee98-4aef-ba93-d668d12cf239"
}
],
"workloadContext": "Production"
}
2021-05-02T05:14:59.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-02T05:14:59.359Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e34dd2b-9098-4fa3-8f53-fca73ed71710 ASDC
2021-05-02T05:14:59.359Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:29fffc3a-4811-41ab-aa35-099e2107b199
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7e34dd2b-9098-4fa3-8f53-fca73ed71710
ServiceInvariantUUID:77c44225-7eaf-4cb8-9dae-a80b1ea3e66e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:74036723-ee98-4aef-ba93-d668d12cf239
ArtifactChecksum:Nzc3NWFlODYyY2VhZDhiM2ZiMzg0Y2VhNzBlOWQzZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4a428708-2b10-4604-8db6-583d7eca1393
ResourceInvariantUUID:6d92d466-c18e-4157-b254-e0ced1a5ec00
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9ad6e42d-fd07-4171-9ca2-50cd91f8000a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:fc065b2c-6e70-47c3-a691-8d55f2e8ee3a
ArtifactChecksum:NGZhYjk3M2MzOTI3NWI3M2ZiYjMzMDIyZTYxODgwMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:48b6bcba-8a0e-410c-a5c4-16cbd8714e93
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8d702590-f7aa-4a6c-9108-fccbebe6a53a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8d702590-f7aa-4a6c-9108-fccbebe6a53a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-02T05:14:59.359Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e34dd2b-9098-4fa3-8f53-fca73ed71710 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-02T05:14:59.400Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 74036723-ee98-4aef-ba93-d668d12cf239 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-02T05:14:59.401Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-02T05:15:00.179Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-02T05:15:00.185Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 74036723-ee98-4aef-ba93-d668d12cf239 74263
2021-05-02T05:15:00.185Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:15:00.186Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:15:00.188Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:15:00.188Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932500185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:15:00.289Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:15:00.289Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:15:00.290Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:15:00.303Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:15:00.303Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:15:01.189Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 74036723-ee98-4aef-ba93-d668d12cf239, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:01.190Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-05-02T05:15:01.191Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:01.191Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:01.306Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18213207008397589964/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.326Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.327Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.328Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-02T05:15:02.329Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=99da0d43-4a86-4bc9-a7f9-e0f66edcbcf8
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-02T05:15:02.330Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7e34dd2b-9098-4fa3-8f53-fca73ed71710
Model Version:NULL
Model InvariantUuid:77c44225-7eaf-4cb8-9dae-a80b1ea3e66e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:2a28b733-e86f-4d82-8973-6b92d617b2e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d92d466-c18e-4157-b254-e0ced1a5ec00
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4a428708-2b10-4604-8db6-583d7eca1393
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:429c8395-0f12-4ead-a990-4c3a6e23defb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c97593e3-44ce-4ff8-9e06-811ae6bae2b5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:99da0d43-4a86-4bc9-a7f9-e0f66edcbcf8
ModelInvariantUuid:7b5d0119-f931-4480-9038-d5992935d3cb
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:72e811d9-879c-4d13-99b8-19c380b8896e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:23432fdc-2593-4918-afdc-c71b59f368b6
ModelInvariantUuid:17b5762f-065f-4858-9d93-9c7d352f065d
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:2dcca356-0e3e-49b3-a0fb-cd0f5ae1a660
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-02T05:15:02.336Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9ad6e42d-fd07-4171-9ca2-50cd91f8000a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9ad6e42d-fd07-4171-9ca2-50cd91f8000a
2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fc065b2c-6e70-47c3-a691-8d55f2e8ee3a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-02T05:15:02.338Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fc065b2c-6e70-47c3-a691-8d55f2e8ee3a 787
2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-05-02T05:15:02.982Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:15:02.983Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:15:02.984Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:15:02.985Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932502982,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:15:03.085Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:15:03.086Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:15:03.086Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:15:03.099Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:15:03.099Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:15:03.985Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "429c8395-0f12-4ead-a990-4c3a6e23defb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c97593e3-44ce-4ff8-9e06-811ae6bae2b5",
"vfModuleModelCustomizationUUID": "cd05262b-bab8-4ff8-945e-133b289ce107",
"isBase": true,
"artifacts": [
"48b6bcba-8a0e-410c-a5c4-16cbd8714e93",
"8d702590-f7aa-4a6c-9108-fccbebe6a53a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:15:03.989Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c97593e3-44ce-4ff8-9e06-811ae6bae2b5
VfModuleModelInvariantUUID:429c8395-0f12-4ead-a990-4c3a6e23defb
VfModuleModelDescription:NULL
Artifacts UUID List:{
48b6bcba-8a0e-410c-a5c4-16cbd8714e93
,
8d702590-f7aa-4a6c-9108-fccbebe6a53a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "429c8395-0f12-4ead-a990-4c3a6e23defb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c97593e3-44ce-4ff8-9e06-811ae6bae2b5",
"vfModuleModelCustomizationUUID": "cd05262b-bab8-4ff8-945e-133b289ce107",
"isBase": true,
"artifacts": [
"48b6bcba-8a0e-410c-a5c4-16cbd8714e93",
"8d702590-f7aa-4a6c-9108-fccbebe6a53a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c97593e3-44ce-4ff8-9e06-811ae6bae2b5
VfModuleModelInvariantUUID:429c8395-0f12-4ead-a990-4c3a6e23defb
VfModuleModelDescription:NULL
Artifacts UUID List:{
48b6bcba-8a0e-410c-a5c4-16cbd8714e93
,
8d702590-f7aa-4a6c-9108-fccbebe6a53a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-02T05:15:03.991Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-02T05:15:03.992Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 48b6bcba-8a0e-410c-a5c4-16cbd8714e93 5033
2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-05-02T05:15:04.966Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-05-02T05:15:04.967Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:15:04.967Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:15:04.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:15:04.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932504966,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:15:05.069Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:15:05.070Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:15:05.070Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:15:05.081Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:15:05.082Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:15:05.969Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d702590-f7aa-4a6c-9108-fccbebe6a53a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-02T05:15:05.970Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-05-02T05:15:05.970Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-02T05:15:06.369Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8d702590-f7aa-4a6c-9108-fccbebe6a53a 903
2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-02T05:15:06.370Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-02T05:15:06.372Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-02T05:15:06.372Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29fffc3a-4811-41ab-aa35-099e2107b199",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619932506370,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-05-02T05:15:06.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-02T05:15:06.473Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-02T05:15:06.474Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yIUeSjn1Vp6A9FhR) ...
2021-05-02T05:15:06.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-02T05:15:06.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-02T05:15:07.373Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e34dd2b-9098-4fa3-8f53-fca73ed71710
2021-05-02T05:15:07.374Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9ad6e42d-fd07-4171-9ca2-50cd91f8000a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-02T05:15:07.387Z|29fffc3a-4811-41ab-aa35-099e2107b199|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery