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-04-24T04:25:03.124Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-lb8cr with PID 14 (/app/app.jar started by so in /app)
2021-04-24T04:25:03.129Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-24T04:25:03.130Z||main|||||INFO|500||The following profiles are active: basic
2021-04-24T04:25:09.333Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-24T04:25:09.333Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-24T04:25:09.412Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-24T04:25:10.780Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-24T04:25:10.951Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-24T04:25:11.273Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-24T04:25:11.279Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-24T04:25:11.350Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-24T04:25:11.471Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-24T04:25:11.852Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-24T04:25:12.457Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-24T04:25:14.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-24T04:25:14.466Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-24T04:25:14.753Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-24T04:25:14.970Z||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-04-24T04:25:16.047Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-24T04:25:17.010Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-24T04:25:17.029Z||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$$dad6759d.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-04-24T04:25:17.030Z||main|||||WARN|500||The sdc end point is not alive
2021-04-24T04:25:19.168Z||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-04-24T04:25:21.219Z||main|||||WARN|500||---
2021-04-24T04:25:21.219Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-24T04:25:21.219Z||main|||||WARN|500||---
2021-04-24T04:25:21.554Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-24T04:25:24.302Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T04:25:24.303Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T04:25:24.305Z||main|||||INFO|500||Started Application in 23.019 seconds (JVM running for 24.073)
2021-04-24T04:25:24.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T04:25:24.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T04:25:24.419Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de8ff043-9cd9-4c7f-a17d-7146fe37048a url= /sdc/v1/artifactTypes
2021-04-24T04:25:24.419Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T04:25:24.659Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-24T04:25:24.675Z||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-04-24T04:25:24.700Z||scheduling-1|||||DEBUG|500||create keys
2021-04-24T04:25:24.708Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-24T04:25:24.736Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:25:24.751Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5555cd8c-221d-49f5-8abb-ebbd9835ef76 url= /sdc/v1/registerForDistribution
2021-04-24T04:25:24.858Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5555cd8c-221d-49f5-8abb-ebbd9835ef76 url= /sdc/v1/registerForDistribution
2021-04-24T04:25:24.858Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-24T04:25:24.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:25:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:25:24.872Z||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-04-24T04:25:24.872Z||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-04-24T04:25:24.872Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:25:24.872Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:25:24.873Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-24T04:25:35.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:25:35.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:26:24.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:26:24.866Z||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-04-24T04:26:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:26:24.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:26:24.867Z||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-04-24T04:26:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:26:34.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:26:34.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:27:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:27:24.868Z||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-04-24T04:27:24.868Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:27:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:27:24.869Z||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-04-24T04:27:24.869Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:27:34.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:27:34.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:28:24.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:28:24.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T04:28:24.867Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:28:24.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:28:24.867Z||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-04-24T04:28:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:28:34.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:28:34.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:29:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:29:24.866Z||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-04-24T04:29:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:29:24.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:29:24.867Z||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-04-24T04:29:24.869Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:29:34.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:29:34.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:30:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:30:24.866Z||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-04-24T04:30:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:30:24.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:30:24.867Z||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-04-24T04:30:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:30:34.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:30:34.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:31:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:31:24.866Z||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-04-24T04:31:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:31:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:31:24.867Z||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-04-24T04:31:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:31:34.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:31:34.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:32:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:32:24.866Z||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-04-24T04:32:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:32:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:32:24.868Z||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-04-24T04:32:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:32:34.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:32:34.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:33:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:33:24.866Z||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-04-24T04:33:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:33:24.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:33:24.867Z||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-04-24T04:33:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:33:34.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:33:34.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:34:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:34:24.866Z||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-04-24T04:34:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:34:24.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:34:24.867Z||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-04-24T04:34:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:34:34.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:34:34.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:35:06.743Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-24T04:35:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:35:24.866Z||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-04-24T04:35:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:35:24.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:35:24.867Z||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-04-24T04:35:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:35:34.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:35:34.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:36:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:36:24.866Z||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-04-24T04:36:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:36:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:36:24.867Z||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-04-24T04:36:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:36:34.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:36:34.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:37:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:37:24.866Z||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-04-24T04:37:24.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:37:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:37:24.867Z||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-04-24T04:37:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:37:34.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:37:34.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:38:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:38:24.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:38:24.867Z||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-04-24T04:38:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:38:24.882Z||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-04-24T04:38:24.882Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:38:34.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:38:34.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:39:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:39:24.866Z||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-04-24T04:39:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:39:24.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:39:24.868Z||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-04-24T04:39:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:39:34.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:39:34.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:40:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:40:24.866Z||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-04-24T04:40:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:40:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:40:24.867Z||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-04-24T04:40:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:40:34.416Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:40:34.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:41:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:41:24.866Z||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-04-24T04:41:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:41:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:41:24.867Z||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-04-24T04:41:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:41:34.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:41:34.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:42:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:42:24.866Z||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-04-24T04:42:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:42:24.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:42:24.867Z||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-04-24T04:42:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:42:34.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:42:34.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:43:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:43:24.866Z||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-04-24T04:43:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:43:24.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:43:24.867Z||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-04-24T04:43:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:43:34.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:43:34.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:44:24.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:44:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:44:24.867Z||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-04-24T04:44:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:44:24.868Z||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-04-24T04:44:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:44:34.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:44:34.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:45:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:45:24.866Z||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-04-24T04:45:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:45:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:45:24.867Z||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-04-24T04:45:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:45:34.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:45:34.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:46:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:46:24.866Z||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-04-24T04:46:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:46:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:46:24.867Z||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-04-24T04:46:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:46:34.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:46:34.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:47:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:47:24.866Z||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-04-24T04:47:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:47:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:47:24.867Z||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-04-24T04:47:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:47:34.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:47:34.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:48:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:48:24.866Z||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-04-24T04:48:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:48:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:48:24.867Z||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-04-24T04:48:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:48:34.414Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:48:34.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:49:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:49:24.866Z||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-04-24T04:49:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:49:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:49:24.867Z||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-04-24T04:49:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:49:34.414Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:49:34.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:50:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:50:24.866Z||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-04-24T04:50:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:50:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:50:24.867Z||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-04-24T04:50:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:50:34.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:50:34.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:51:24.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:51:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:51:24.867Z||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-04-24T04:51:24.867Z||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-04-24T04:51:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:51:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:51:34.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:51:34.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:52:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:52:24.866Z||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-04-24T04:52:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:52:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:52:24.867Z||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-04-24T04:52:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:52:34.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:52:34.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:53:24.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:53:24.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T04:53:24.866Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:53:24.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:53:24.868Z||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-04-24T04:53:24.869Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:53:34.416Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:53:34.416Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:54:24.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:54:24.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T04:54:24.866Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:54:24.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:54:24.867Z||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-04-24T04:54:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:54:34.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:54:34.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:55:24.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:55:24.866Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T04:55:24.866Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:55:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:55:24.867Z||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-04-24T04:55:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:55:34.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:55:34.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:56:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:56:24.866Z||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-04-24T04:56:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:56:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:56:24.868Z||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-04-24T04:56:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:56:34.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:56:34.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:57:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:57:24.866Z||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-04-24T04:57:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:57:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:57:24.867Z||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-04-24T04:57:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:57:34.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:57:34.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:58:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:58:24.866Z||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-04-24T04:58:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:58:24.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:58:24.867Z||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-04-24T04:58:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:58:34.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:58:34.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:59:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:59:24.866Z||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-04-24T04:59:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:59:24.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T04:59:24.867Z||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-04-24T04:59:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T04:59:34.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T04:59:34.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:00:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:00:24.866Z||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-04-24T05:00:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:00:24.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:00:24.868Z||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-04-24T05:00:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:00:34.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:00:34.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:01:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:01:24.866Z||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-04-24T05:01:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:01:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:01:24.867Z||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-04-24T05:01:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:01:34.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:01:34.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:02:24.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:02:24.866Z||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-04-24T05:02:24.866Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:02:24.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:02:24.867Z||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-04-24T05:02:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:02:34.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:02:34.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:03:24.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:03:24.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:03:24.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:03:24.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:03:24.867Z||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-04-24T05:03:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:03:34.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:03:34.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:04:24.869Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:04:24.869Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:04:24.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:04:24.872Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:04:24.872Z||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-04-24T05:04:24.872Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:04:34.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:04:34.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:05:24.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:05:24.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:05:24.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:05:24.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:05:24.867Z||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-04-24T05:05:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:05:34.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:05:34.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:24.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:06:24.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:06:24.866Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:06:24.868Z||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-04-24T05:06:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:25.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-24T05:06:25.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"73a74125-ec31-4198-b6ca-5c0935f296d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"327f47b9-3ac1-4e95-83ce-c2b660292ab5","serviceDescription":"service","serviceInvariantUUID":"65f6215a-f7c8-478b-a7f4-215e594a14ff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1420925c-fb97-4185-9e66-9a9c14a4ab35","resourceInvariantUUID":"6199158d-f647-45c8-800f-98e5602821b6","resourceCustomizationUUID":"188e3923-b7f0-4934-9406-16726b5f50d2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmQ1YWFkMjRmMWRiNzEwNjIxMTIxZjAyMmZkODRjNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6eaec306-cda5-4fd8-b111-b585147269dc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NThhMjE5ZGE0NGE0ZWQ0OTJlM2MzZmY5NzVlZDVhOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ef93196-3c91-4581-9364-cfed5c83d7be","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T05:06:25.729Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:06:25.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:06:25.745Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:06:25.746Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240784865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:06:25.846Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-24T05:06:25.850Z||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-04-24T05:06:25.851Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:25.860Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:25.861Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:06:25.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:25.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:06:25.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240780556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:06:25.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:06:25.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:06:25.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "aai-ml",
"timestamp": 1619240777154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:06:25.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:06:25.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:06:25.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "dcae-sch",
"timestamp": 1619240776058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:06:25.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:06:26.752Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:06:26.752Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:06:26.755Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:06:26.755Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240784865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:06:26.855Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:06:26.856Z||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-04-24T05:06:26.856Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:26.867Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:26.867Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:06:27.758Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "327f47b9-3ac1-4e95-83ce-c2b660292ab5",
"serviceDescription": "service",
"serviceInvariantUUID": "65f6215a-f7c8-478b-a7f4-215e594a14ff",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "188e3923-b7f0-4934-9406-16726b5f50d2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1420925c-fb97-4185-9e66-9a9c14a4ab35",
"resourceInvariantUUID": "6199158d-f647-45c8-800f-98e5602821b6",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NThhMjE5ZGE0NGE0ZWQ0OTJlM2MzZmY5NzVlZDVhOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ef93196-3c91-4581-9364-cfed5c83d7be"
}
],
"workloadContext": "Production"
}
2021-04-24T05:06:27.759Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T05:06:27.759Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 327f47b9-3ac1-4e95-83ce-c2b660292ab5 ASDC
2021-04-24T05:06:27.910Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:73a74125-ec31-4198-b6ca-5c0935f296d1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:327f47b9-3ac1-4e95-83ce-c2b660292ab5
ServiceInvariantUUID:65f6215a-f7c8-478b-a7f4-215e594a14ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:4ef93196-3c91-4581-9364-cfed5c83d7be
ArtifactChecksum:NThhMjE5ZGE0NGE0ZWQ0OTJlM2MzZmY5NzVlZDVhOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:188e3923-b7f0-4934-9406-16726b5f50d2
ResourceInvariantUUID:6199158d-f647-45c8-800f-98e5602821b6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1420925c-fb97-4185-9e66-9a9c14a4ab35
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-24T05:06:27.910Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 327f47b9-3ac1-4e95-83ce-c2b660292ab5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-24T05:06:28.136Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:06:28.137Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:06:28.137Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:06:28.138Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4ef93196-3c91-4581-9364-cfed5c83d7be from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-24T05:06:28.138Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:06:28.139Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-24T05:06:29.753Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:06:29.762Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4ef93196-3c91-4581-9364-cfed5c83d7be 52223
2021-04-24T05:06:29.763Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-24T05:06:29.764Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-24T05:06:29.778Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:06:29.779Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:06:29.780Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:06:29.780Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240789762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:06:29.880Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:06:29.881Z||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-04-24T05:06:29.881Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:29.891Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:29.892Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:06:30.781Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:06:30.782Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:06:30.783Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4ef93196-3c91-4581-9364-cfed5c83d7be, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:30.783Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-24T05:06:30.897Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:30.900Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.223Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3414818564069627020/Definitions/service-BasicNetwork-template.yml
2021-04-24T05:06:31.938Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T05:06:31.943Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:06:31.943Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.943Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-24T05:06:31.943Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.944Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.944Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.944Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.944Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.945Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.945Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.945Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-24T05:06:31.945Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:06:31.951Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.953Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.956Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-24T05:06:31.956Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:06:31.957Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:06:31.958Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.959Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.959Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-24T05:06:31.959Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:06:31.960Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:06:31.960Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.960Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.961Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.961Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.964Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.964Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.964Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.965Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.965Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:31.965Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:31.965Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:327f47b9-3ac1-4e95-83ce-c2b660292ab5
Model Version:NULL
Model InvariantUuid:65f6215a-f7c8-478b-a7f4-215e594a14ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6199158d-f647-45c8-800f-98e5602821b6
Model UUID:35c47914-a272-4ce4-abdd-b95d9013e95a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:188e3923-b7f0-4934-9406-16726b5f50d2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-04-24T05:06:31.992Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 1420925c-fb97-4185-9e66-9a9c14a4ab35
2021-04-24T05:06:31.992Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||No resources found for Service: 327f47b9-3ac1-4e95-83ce-c2b660292ab5
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-04-24T05:06:32.086Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||
2021-04-24T05:06:32.105Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-24T05:06:32.106Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 327f47b9-3ac1-4e95-83ce-c2b660292ab5
2021-04-24T05:06:32.106Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 327f47b9-3ac1-4e95-83ce-c2b660292ab5
2021-04-24T05:06:32.106Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-24T05:06:32.107Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-04-24T05:06:32.121Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.122Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.122Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.123Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.123Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 327f47b9-3ac1-4e95-83ce-c2b660292ab5: Generic NeutronNet
2021-04-24T05:06:32.123Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.124Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.124Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.124Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-24T05:06:32.185Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.185Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.186Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.186Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.186Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:06:32.186Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:06:32.187Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-24T05:06:32.308Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-24T05:06:32.308Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-24T05:06:32.308Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-24T05:06:32.309Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:06:32.309Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:06:32.311Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:06:32.311Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240792308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:06:32.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:06:32.412Z||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-04-24T05:06:32.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:06:32.425Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:06:32.426Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:06:33.312Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:06:33.329Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:06:33.331Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:06:33.331Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:06:33.332Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:07:03.332Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:07:03.343Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:07:03.345Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:07:03.345Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:07:03.345Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:07:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:07:24.868Z||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-04-24T05:07:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:07:24.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:07:24.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:07:24.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "cds",
"timestamp": 1619240779311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:07:24.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:07:33.345Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:07:33.363Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:07:33.366Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:07:33.367Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:07:33.367Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:08:03.367Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:08:03.377Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:08:03.379Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:08:03.379Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:08:03.379Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:08:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:08:24.867Z||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-04-24T05:08:24.867Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:08:24.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:08:24.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:08:24.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240784865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:08:24.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:08:24.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:08:24.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "policy-id",
"timestamp": 1619240782837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:08:24.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:08:24.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:08:24.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240781557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:08:24.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:08:33.379Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:08:33.389Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:08:33.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:08:33.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:08:33.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:09:03.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:09:03.401Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:09:03.403Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:09:03.404Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:09:03.404Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:09:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:09:24.868Z||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-04-24T05:09:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:09:24.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:09:24.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240780556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "aai-ml",
"timestamp": 1619240777154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "dcae-sch",
"timestamp": 1619240776058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "cds",
"timestamp": 1619240779311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240784865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "policy-id",
"timestamp": 1619240782837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240781557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "policy-id",
"timestamp": 1619240788926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "cds",
"timestamp": 1619240789566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "aai-ml",
"timestamp": 1619240789765,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240789762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "policy-id",
"timestamp": 1619240789932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240789565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "cds",
"timestamp": 1619240790583,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-24T05:09:24.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73a74125-ec31-4198-b6ca-5c0935f296d1
2021-04-24T05:09:24.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:09:24.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "policy-id",
"timestamp": 1619240790936,
"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-04-24T05:09:24.921Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73a74125-ec31-4198-b6ca-5c0935f296d1
2021-04-24T05:09:24.921Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:09:24.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240789565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619240792308,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240794741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240794741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240799272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "aai-ml",
"timestamp": 1619240800736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240799272,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "aai-ml",
"timestamp": 1619240801740,
"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-04-24T05:09:24.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73a74125-ec31-4198-b6ca-5c0935f296d1
2021-04-24T05:09:24.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:09:24.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240803346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "clamp",
"timestamp": 1619240803770,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "clamp",
"timestamp": 1619240803770,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240806242,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:09:24.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240807246,
"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-04-24T05:09:24.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73a74125-ec31-4198-b6ca-5c0935f296d1
2021-04-24T05:09:24.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:09:24.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "clamp",
"timestamp": 1619240818644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "clamp",
"timestamp": 1619240819695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:09:24.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "clamp",
"timestamp": 1619240820699,
"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-04-24T05:09:24.973Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73a74125-ec31-4198-b6ca-5c0935f296d1
2021-04-24T05:09:24.973Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:09:33.404Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:09:33.414Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1
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-04-24T05:09:33.418Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:09:33.418Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-24T05:09:33.418Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-24T05:09:33.418Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-24T05:09:33.419Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.419Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.419Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.419Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.420Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.420Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:09:33.420Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-24T05:09:33.427Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-24T05:10:03.428Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73a74125-ec31-4198-b6ca-5c0935f296d1 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-04-24T05:10:03.437Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73a74125-ec31-4198-b6ca-5c0935f296d1 and serviceModelVersionId: 327f47b9-3ac1-4e95-83ce-c2b660292ab5
2021-04-24T05:10:03.437Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65f6215a-f7c8-478b-a7f4-215e594a14ff
2021-04-24T05:10:14.995Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0
2021-04-24T05:10:15.107Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-24T05:10:15.521Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0|INFO|500||Invoke
2021-04-24T05:10:15.525Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73a74125-ec31-4198-b6ca-5c0935f296d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[38ac7881-0083-4be8-86a2-09c6ad710818], X-ECOMP-RequestID=[73a74125-ec31-4198-b6ca-5c0935f296d1], X-TransactionId=[], X-ONAP-RequestID=[73a74125-ec31-4198-b6ca-5c0935f296d1], Content-Type=[application/merge-patch+json]}
2021-04-24T05:10:15.652Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-24T05:10:16.036Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?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/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210424-05:10:15:660-86847], vertex-id=[196768], Content-Length=[0], Date=[Sat, 24 Apr 2021 05:10:15 GMT], Content-Type=[application/json]}
2021-04-24T05:10:16.038Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-24T05:10:16.039Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65f6215a-f7c8-478b-a7f4-215e594a14ff/model-vers/model-ver/327f47b9-3ac1-4e95-83ce-c2b660292ab5?depth=0|INFO|500||InvokeReturn
2021-04-24T05:10:16.042Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-24T05:10:16.042Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||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-04-24T05:10:16.046Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-24T05:10:16.050Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73a74125-ec31-4198-b6ca-5c0935f296d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-24T05:10:16.051Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-24T05:10:16.051Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:16.053Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:16.053Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241016050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:10:16.153Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-24T05:10:16.154Z||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-04-24T05:10:16.154Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:16.171Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:16.172Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 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-04-24T05:10:17.066Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:10:17.067Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:10:17.067Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:21.382Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:21.384Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-24T05:10:21.384Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a158b89-2c15-4c83-8a45-78e9bffbe3aa","serviceName":"Demo_pNF_TqTzhUr2FwQ5gfUxUMTW","serviceVersion":"1.0","serviceUUID":"a48b2e48-8ed8-47b2-940c-7369e0b3d238","serviceDescription":"catalog service description","serviceInvariantUUID":"b532e196-b041-4b04-b122-0c816b341be2","resources":[{"resourceInstanceName":"pNF 07ac30e9-81b1 0","resourceName":"pNF 07ac30e9-81b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"133104c4-75ab-4aa5-8cff-9b3ba86302ca","resourceInvariantUUID":"5a0c6cb8-a4c6-4b65-9e55-b023ae7c0b24","resourceCustomizationUUID":"313df699-3408-4f5d-92c3-8fe20e5642f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml","artifactChecksum":"OTFhYzgzYzI4ZTgwZmE0NDNhYjFkZmJkYzliYjcwN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6cc3f70-5a5e-49a5-8d6f-ac608784cea6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar","artifactChecksum":"NDc1ZTIzMTczNjQ1M2Y0ODU1ZjkyMjA2NTk5NWU2OTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80174c13-c89c-4eed-9135-f8efb774b9f4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27dfbb72-d8c4-4cb7-90ad-e9e2b022820e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE1MTkzNTU1OWVkYjU4OTFkZDM3NjU1OTc2N2FkMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f7e5a26-1b96-4c60-9c85-940761a451cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac17cdf2-63c5-44a0-9321-252b32808359","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41f3a7a3-c0f1-4072-a297-67da8776fad9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml","artifactChecksum":"YmU4OTQwNjM2YWZiNzI0OGY2NzFmOTliNDJjMjQyZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb28d24f-91aa-44a0-8765-98927689427e","artifactVersion":"1"},{"artifactName":"service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar","artifactChecksum":"NjNlOTBjN2JkNWI1Y2ExNDNjYmJjNWM3NWI1MDJhNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d356abc6-7e41-4831-9f2a-48a33bf97ad8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T05:10:21.386Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:21.386Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:21.388Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:21.388Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:21.488Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:21.489Z||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-04-24T05:10:21.489Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:21.500Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:21.500Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:10:22.389Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:22.390Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:22.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:22.392Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:22.493Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:22.494Z||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-04-24T05:10:22.494Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:22.506Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:22.507Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:23.393Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:23.394Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:23.396Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:23.396Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:23.497Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-24T05:10:23.498Z||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-04-24T05:10:23.498Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:23.510Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:23.511Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:24.397Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:24.398Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:24.402Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:24.402Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.502Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:24.503Z||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-04-24T05:10:24.503Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:24.513Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:24.513Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:10:24.868Z||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-04-24T05:10:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:24.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:24.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240867154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619240869565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240863770,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619240860556,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240869311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240861557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240862837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240879839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:24.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240880049,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:24.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240880240,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240880219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "cds",
"timestamp": 1619240881056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-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-04-24T05:10:24.933Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:24.933Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:24.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240881222,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240881508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "policy-id",
"timestamp": 1619240882226,
"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-04-24T05:10:24.950Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:24.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619240874741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:24.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1619240882512,
"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-04-24T05:10:24.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:24.966Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:24.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240882523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:24.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240883540,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "dcae-sch",
"timestamp": 1619240876058,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "clamp",
"timestamp": 1619240884542,
"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-04-24T05:10:24.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:24.981Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:24.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240885031,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:24.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:24.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:24.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "aai-ml",
"timestamp": 1619240886034,
"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-04-24T05:10:24.998Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:24.998Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:25.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240889272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:25.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:10:25.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240899337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:25.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:25.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240901252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:25.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:10:25.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:10:25.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619240902255,
"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-04-24T05:10:25.023Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
2021-04-24T05:10:25.023Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:10:25.402Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:25.403Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:25.405Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:25.405Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:25.505Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:25.506Z||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-04-24T05:10:25.506Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:25.517Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:25.517Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:26.405Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:26.406Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:26.408Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:26.408Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:26.508Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:26.509Z||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-04-24T05:10:26.509Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:26.521Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:26.522Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:10:27.408Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:27.409Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:27.411Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:27.411Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:10:27.511Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:27.512Z||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-04-24T05:10:27.512Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:27.522Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:27.522Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:28.412Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:10:28.413Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:28.414Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:28.414Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:10:28.515Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-24T05:10:28.516Z||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-04-24T05:10:28.516Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:28.528Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:28.529Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:29.416Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"serviceName": "Demo_pNF_TqTzhUr2FwQ5gfUxUMTW",
"serviceVersion": "1.0",
"serviceUUID": "a48b2e48-8ed8-47b2-940c-7369e0b3d238",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b532e196-b041-4b04-b122-0c816b341be2",
"resources": [
{
"resourceInstanceName": "pNF 07ac30e9-81b1 0",
"resourceCustomizationUUID": "313df699-3408-4f5d-92c3-8fe20e5642f0",
"resourceName": "pNF 07ac30e9-81b1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "133104c4-75ab-4aa5-8cff-9b3ba86302ca",
"resourceInvariantUUID": "5a0c6cb8-a4c6-4b65-9e55-b023ae7c0b24",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"artifactChecksum": "NjNlOTBjN2JkNWI1Y2ExNDNjYmJjNWM3NWI1MDJhNDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d356abc6-7e41-4831-9f2a-48a33bf97ad8"
}
],
"workloadContext": "Production"
}
2021-04-24T05:10:29.416Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T05:10:29.417Z|73a74125-ec31-4198-b6ca-5c0935f296d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a48b2e48-8ed8-47b2-940c-7369e0b3d238 ASDC
2021-04-24T05:10:29.417Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7a158b89-2c15-4c83-8a45-78e9bffbe3aa
ServiceName:Demo_pNF_TqTzhUr2FwQ5gfUxUMTW
ServiceVersion:1.0
ServiceUUID:a48b2e48-8ed8-47b2-940c-7369e0b3d238
ServiceInvariantUUID:b532e196-b041-4b04-b122-0c816b341be2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
ArtifactUUID:d356abc6-7e41-4831-9f2a-48a33bf97ad8
ArtifactChecksum:NjNlOTBjN2JkNWI1Y2ExNDNjYmJjNWM3NWI1MDJhNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 07ac30e9-81b1 0
ResourceCustomizationUUID:313df699-3408-4f5d-92c3-8fe20e5642f0
ResourceInvariantUUID:5a0c6cb8-a4c6-4b65-9e55-b023ae7c0b24
ResourceName:pNF 07ac30e9-81b1
ResourceType:PNF
ResourceUUID:133104c4-75ab-4aa5-8cff-9b3ba86302ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-24T05:10:29.417Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a48b2e48-8ed8-47b2-940c-7369e0b3d238 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-04-24T05:10:29.445Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:10:29.445Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:10:29.445Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:10:29.445Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d356abc6-7e41-4831-9f2a-48a33bf97ad8 from URL: /sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:29.445Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:10:29.446Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:30.163Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:10:30.168Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar d356abc6-7e41-4831-9f2a-48a33bf97ad8 83332
2021-04-24T05:10:30.168Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar ASDC sendASDCNotification
2021-04-24T05:10:30.168Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:30.168Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:10:30.169Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:30.170Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:30.171Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241030168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:10:30.271Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:30.272Z||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-04-24T05:10:30.273Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:30.284Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:30.284Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:31.171Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:10:31.172Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:10:31.173Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d356abc6-7e41-4831-9f2a-48a33bf97ad8, URL: /sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar to file: /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.173Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.173Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.173Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.348Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11205320137136443606/Definitions/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml
2021-04-24T05:10:31.987Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 07ac30e9-81b1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||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-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||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-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 07ac30e9-81b1 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-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:31.988Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:10:31.989Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.989Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.989Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Node template pNF 07ac30e9-81b1 0 is matching search criteria
2021-04-24T05:10:31.989Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:10:31.989Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 07ac30e9-81b1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Node template pNF 07ac30e9-81b1 0 is matching search criteria
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 07ac30e9-81b1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.990Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:31.991Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_TqTzhUr2FwQ5gfUxUMTW
Description:catalog service description
Model UUID:a48b2e48-8ed8-47b2-940c-7369e0b3d238
Model Version:NULL
Model InvariantUuid:b532e196-b041-4b04-b122-0c816b341be2
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-04-24T05:10:31.998Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 133104c4-75ab-4aa5-8cff-9b3ba86302ca
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-04-24T05:10:32.001Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||pNF 07ac30e9-81b1 0
2021-04-24T05:10:32.001Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 133104c4-75ab-4aa5-8cff-9b3ba86302ca
2021-04-24T05:10:32.001Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a48b2e48-8ed8-47b2-940c-7369e0b3d238
2021-04-24T05:10:32.001Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a48b2e48-8ed8-47b2-940c-7369e0b3d238
2021-04-24T05:10:32.001Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 07ac30e9-81b1 0 133104c4-75ab-4aa5-8cff-9b3ba86302ca 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-04-24T05:10:32.005Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:32.005Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:32.006Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a48b2e48-8ed8-47b2-940c-7369e0b3d238: pNF 07ac30e9-81b1
2021-04-24T05:10:32.006Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Processing PNF resource: 133104c4-75ab-4aa5-8cff-9b3ba86302ca
2021-04-24T05:10:32.006Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:10:32.006Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_TqTzhUr2FwQ5gfUxUMTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:10:32.006Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||Resource customization UUID: 313df699-3408-4f5d-92c3-8fe20e5642f0 is the same as notified resource customizationUUID: 313df699-3408-4f5d-92c3-8fe20e5642f0
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-04-24T05:10:32.064Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 07ac30e9-81b1 133104c4-75ab-4aa5-8cff-9b3ba86302ca 0 ASDC deployResourceStructure
2021-04-24T05:10:32.065Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar ASDC sendASDCNotification
2021-04-24T05:10:32.065Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar
2021-04-24T05:10:32.065Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:10:32.065Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:10:32.067Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:10:32.067Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241032065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:10:32.167Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:10:32.168Z||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-04-24T05:10:32.168Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:10:32.179Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:10:32.179Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:10:33.068Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
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-04-24T05:10:33.079Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a158b89-2c15-4c83-8a45-78e9bffbe3aa
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-04-24T05:10:33.083Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:10:33.083Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-24T05:10:33.084Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-24T05:10:33.084Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-24T05:10:33.084Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.084Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:10:33.085Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-24T05:10:33.091Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-24T05:11:03.092Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a158b89-2c15-4c83-8a45-78e9bffbe3aa 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-04-24T05:11:03.098Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a158b89-2c15-4c83-8a45-78e9bffbe3aa and serviceModelVersionId: a48b2e48-8ed8-47b2-940c-7369e0b3d238
2021-04-24T05:11:03.098Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b532e196-b041-4b04-b122-0c816b341be2
2021-04-24T05:11:03.099Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0
2021-04-24T05:11:03.104Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-24T05:11:03.151Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0|INFO|500||Invoke
2021-04-24T05:11:03.151Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a158b89-2c15-4c83-8a45-78e9bffbe3aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0fe1729-bfdb-4b58-9994-c634de9e4dd7], X-ECOMP-RequestID=[7a158b89-2c15-4c83-8a45-78e9bffbe3aa], X-TransactionId=[], X-ONAP-RequestID=[7a158b89-2c15-4c83-8a45-78e9bffbe3aa], Content-Type=[application/merge-patch+json]}
2021-04-24T05:11:03.177Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-24T05:11:03.427Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?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/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210424-05:11:03:184-45632], vertex-id=[147576], Content-Length=[0], Date=[Sat, 24 Apr 2021 05:11:03 GMT], Content-Type=[application/json]}
2021-04-24T05:11:03.428Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-24T05:11:03.429Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b532e196-b041-4b04-b122-0c816b341be2/model-vers/model-ver/a48b2e48-8ed8-47b2-940c-7369e0b3d238?depth=0|INFO|500||InvokeReturn
2021-04-24T05:11:03.429Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-24T05:11:03.430Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||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-04-24T05:11:03.435Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-24T05:11:03.435Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a158b89-2c15-4c83-8a45-78e9bffbe3aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-24T05:11:03.435Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-24T05:11:03.436Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:03.438Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:03.439Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241063435,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:11:03.539Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:03.540Z||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-04-24T05:11:03.540Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:03.553Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:03.553Z||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-04-24T05:11:04.450Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:11:04.451Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T05:11:04.451Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:05.380Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:05.381Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-24T05:11:05.382Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"61377343-4605-480a-96e2-1b41c881b1c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d4a2f0b6-483f-4fd6-811d-258299cb512c","serviceDescription":"service","serviceInvariantUUID":"42f7d541-da19-416e-837e-bb3256a722db","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b2c317e-1287-472b-8d63-f3469c8a3440","resourceInvariantUUID":"90b69895-f768-409a-b5bf-ba51874c7dea","resourceCustomizationUUID":"46de0cdb-5bfa-4c63-84a4-ff0832d8abf4","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":"MjJhODJhOTBkZGYzNDIzZmM4MzQ2NzI2ZDcxYTI3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abf84756-fd4b-4eb5-9413-096fee8cb0c0","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":"ZmU2ODVlODg0MTBkMzk0MDJiZDBiYWI0NzM5YjAyZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5942eaf-c751-41dd-8dc7-f63e28104679","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":"145240d4-6749-4206-a88a-1a5717cef78c","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":"37652305-5b70-4380-8192-ebd9a41e5c7e","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":"02c00def-89a3-430b-8fd4-73f87626fbff","artifactVersion":"2","generatedFromUUID":"145240d4-6749-4206-a88a-1a5717cef78c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGI5NGEyMjRkOGRjNTA5OTU4ODVlNWI4YzBiMGYyZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f19a84c-209e-43c1-8905-cf1395ab6c5f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGUzOWJlMmFhNDM2MWM0OGJjMjY3MDlmN2YyNzcyMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9331079c-fe7a-46e3-a645-014ed97fa073","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T05:11:05.385Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:05.385Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:05.387Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:05.387Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:05.487Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:05.488Z||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-04-24T05:11:05.488Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:05.501Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:05.501Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:11:06.388Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:06.389Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:06.391Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:06.391Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:11:06.491Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:06.492Z||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-04-24T05:11:06.492Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:06.506Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:06.506Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:07.392Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:07.393Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:07.395Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:07.396Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:11:07.496Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:07.496Z||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-04-24T05:11:07.496Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:07.507Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:07.508Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:11:08.396Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:08.397Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:08.399Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:08.399Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:08.500Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:08.500Z||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-04-24T05:11:08.501Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:08.512Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:08.512Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:11:09.401Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:09.401Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:09.403Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:09.404Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:11:09.504Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:09.505Z||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-04-24T05:11:09.505Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:09.514Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:09.514Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:10.404Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:10.405Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:10.407Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:10.407Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:10.507Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:10.508Z||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-04-24T05:11:10.508Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:10.519Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:10.520Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:11:11.407Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:11:11.408Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:11.410Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:11.410Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:11:11.510Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:11.511Z||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-04-24T05:11:11.512Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:11.520Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:11.521Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:12.412Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d4a2f0b6-483f-4fd6-811d-258299cb512c",
"serviceDescription": "service",
"serviceInvariantUUID": "42f7d541-da19-416e-837e-bb3256a722db",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "46de0cdb-5bfa-4c63-84a4-ff0832d8abf4",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8b2c317e-1287-472b-8d63-f3469c8a3440",
"resourceInvariantUUID": "90b69895-f768-409a-b5bf-ba51874c7dea",
"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": "ZmU2ODVlODg0MTBkMzk0MDJiZDBiYWI0NzM5YjAyZDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5942eaf-c751-41dd-8dc7-f63e28104679",
"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": "145240d4-6749-4206-a88a-1a5717cef78c",
"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": "02c00def-89a3-430b-8fd4-73f87626fbff",
"generatedFromUUID": "145240d4-6749-4206-a88a-1a5717cef78c"
},
"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": "02c00def-89a3-430b-8fd4-73f87626fbff",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OGUzOWJlMmFhNDM2MWM0OGJjMjY3MDlmN2YyNzcyMjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9331079c-fe7a-46e3-a645-014ed97fa073"
}
],
"workloadContext": "Production"
}
2021-04-24T05:11:12.412Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T05:11:12.412Z|7a158b89-2c15-4c83-8a45-78e9bffbe3aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4a2f0b6-483f-4fd6-811d-258299cb512c ASDC
2021-04-24T05:11:12.413Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:61377343-4605-480a-96e2-1b41c881b1c2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d4a2f0b6-483f-4fd6-811d-258299cb512c
ServiceInvariantUUID:42f7d541-da19-416e-837e-bb3256a722db
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:9331079c-fe7a-46e3-a645-014ed97fa073
ArtifactChecksum:OGUzOWJlMmFhNDM2MWM0OGJjMjY3MDlmN2YyNzcyMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:46de0cdb-5bfa-4c63-84a4-ff0832d8abf4
ResourceInvariantUUID:90b69895-f768-409a-b5bf-ba51874c7dea
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8b2c317e-1287-472b-8d63-f3469c8a3440
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:d5942eaf-c751-41dd-8dc7-f63e28104679
ArtifactChecksum:ZmU2ODVlODg0MTBkMzk0MDJiZDBiYWI0NzM5YjAyZDY=
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:145240d4-6749-4206-a88a-1a5717cef78c
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:02c00def-89a3-430b-8fd4-73f87626fbff
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:02c00def-89a3-430b-8fd4-73f87626fbff
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-24T05:11:12.413Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4a2f0b6-483f-4fd6-811d-258299cb512c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-24T05:11:12.442Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:11:12.443Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:11:12.443Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:11:12.443Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9331079c-fe7a-46e3-a645-014ed97fa073 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-24T05:11:12.443Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:11:12.443Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-24T05:11:13.565Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:11:13.569Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9331079c-fe7a-46e3-a645-014ed97fa073 74268
2021-04-24T05:11:13.569Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-24T05:11:13.570Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-24T05:11:13.570Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:11:13.570Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:13.572Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:13.572Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241073569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:11:13.672Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:13.673Z||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-04-24T05:11:13.673Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:13.683Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:13.683Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:14.572Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:11:14.573Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-04-24T05:11:14.573Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9331079c-fe7a-46e3-a645-014ed97fa073, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:14.574Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-24T05:11:14.574Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:14.574Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:14.718Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1465317958624530134/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-04-24T05:11:15.769Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T05:11:15.769Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:15.770Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-24T05:11:15.771Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-04-24T05:11:15.771Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.771Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.771Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:15.771Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:11:15.772Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:11:15.773Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.774Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.774Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.774Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-24T05:11:15.774Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:11:15.774Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-24T05:11:15.775Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-24T05:11:15.775Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-24T05:11:15.775Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-24T05:11:15.775Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.775Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T05:11:15.776Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.776Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:15.777Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c37a2a32-6080-4632-81cf-7a9e02bb18da
2021-04-24T05:11:15.778Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:15.779Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d4a2f0b6-483f-4fd6-811d-258299cb512c
Model Version:NULL
Model InvariantUuid:42f7d541-da19-416e-837e-bb3256a722db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:f1aabc04-5ce2-4354-8ead-47720d51bb39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90b69895-f768-409a-b5bf-ba51874c7dea
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:46de0cdb-5bfa-4c63-84a4-ff0832d8abf4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97942429-34cf-4764-830f-888136c96c39
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6e450913-e0bd-4c80-bd82-b5cd03dff43e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c37a2a32-6080-4632-81cf-7a9e02bb18da
ModelInvariantUuid:abdf6cd1-75b1-41a1-aaa9-fa432a57d1d4
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:a524cad3-41a4-4c3e-ba7d-f6e0a14db333
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:77c9b284-929a-4887-955c-a3d0b45c6bca
ModelInvariantUuid:781dbd50-0ba2-4012-a75c-9df11b782bb7
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:ecefc5fe-7530-4a1a-9f09-40e91dc84822
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-04-24T05:11:15.803Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b2c317e-1287-472b-8d63-f3469c8a3440
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-04-24T05:11:15.806Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-04-24T05:11:15.806Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b2c317e-1287-472b-8d63-f3469c8a3440
2021-04-24T05:11:15.806Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d5942eaf-c751-41dd-8dc7-f63e28104679 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-24T05:11:15.806Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:11:15.806Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:16.627Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:11:16.627Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d5942eaf-c751-41dd-8dc7-f63e28104679 787
2021-04-24T05:11:16.628Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:16.628Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:16.628Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:11:16.629Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:16.631Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:16.631Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241076628,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:11:16.731Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:16.732Z||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-04-24T05:11:16.732Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:16.740Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:16.740Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:17.632Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "97942429-34cf-4764-830f-888136c96c39",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e450913-e0bd-4c80-bd82-b5cd03dff43e",
"vfModuleModelCustomizationUUID": "f16ac255-5f74-43b1-b9b9-938d4d728148",
"isBase": true,
"artifacts": [
"145240d4-6749-4206-a88a-1a5717cef78c",
"02c00def-89a3-430b-8fd4-73f87626fbff"
],
"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-04-24T05:11:17.655Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e450913-e0bd-4c80-bd82-b5cd03dff43e
VfModuleModelInvariantUUID:97942429-34cf-4764-830f-888136c96c39
VfModuleModelDescription:NULL
Artifacts UUID List:{
145240d4-6749-4206-a88a-1a5717cef78c
,
02c00def-89a3-430b-8fd4-73f87626fbff
}
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-04-24T05:11:17.658Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "97942429-34cf-4764-830f-888136c96c39",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e450913-e0bd-4c80-bd82-b5cd03dff43e",
"vfModuleModelCustomizationUUID": "f16ac255-5f74-43b1-b9b9-938d4d728148",
"isBase": true,
"artifacts": [
"145240d4-6749-4206-a88a-1a5717cef78c",
"02c00def-89a3-430b-8fd4-73f87626fbff"
],
"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-04-24T05:11:17.658Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e450913-e0bd-4c80-bd82-b5cd03dff43e
VfModuleModelInvariantUUID:97942429-34cf-4764-830f-888136c96c39
VfModuleModelDescription:NULL
Artifacts UUID List:{
145240d4-6749-4206-a88a-1a5717cef78c
,
02c00def-89a3-430b-8fd4-73f87626fbff
}
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-04-24T05:11:17.658Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 145240d4-6749-4206-a88a-1a5717cef78c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-24T05:11:17.658Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:11:17.658Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:18.827Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:11:18.827Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 145240d4-6749-4206-a88a-1a5717cef78c 5033
2021-04-24T05:11:18.828Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:18.828Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:18.828Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:11:18.828Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:18.830Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:18.830Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241078827,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:11:18.930Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:18.931Z||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-04-24T05:11:18.931Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:18.942Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:18.942Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:19.830Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02c00def-89a3-430b-8fd4-73f87626fbff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-24T05:11:19.831Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-04-24T05:11:19.831Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:21.125Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-24T05:11:21.126Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 02c00def-89a3-430b-8fd4-73f87626fbff 903
2021-04-24T05:11:21.126Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:21.126Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:11:21.126Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:11:21.127Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:21.128Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:21.128Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241081126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:11:21.229Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:21.230Z||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-04-24T05:11:21.230Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:21.240Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:21.241Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:22.129Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d4a2f0b6-483f-4fd6-811d-258299cb512c
2021-04-24T05:11:22.130Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8b2c317e-1287-472b-8d63-f3469c8a3440 ASDC
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 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 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-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 46de0cdb-5bfa-4c63-84a4-ff0832d8abf4
2021-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 46de0cdb-5bfa-4c63-84a4-ff0832d8abf4 matches Tosca VF Customization UUID: 46de0cdb-5bfa-4c63-84a4-ff0832d8abf4
2021-04-24T05:11:22.154Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 46de0cdb-5bfa-4c63-84a4-ff0832d8abf4 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-04-24T05:11:22.158Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.158Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.159Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 46de0cdb-5bfa-4c63-84a4-ff0832d8abf4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-24T05:11:22.159Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20d77973
2021-04-24T05:11:22.159Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.160Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T05:11:22.160Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f16ac255-5f74-43b1-b9b9-938d4d728148
2021-04-24T05:11:22.161Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f16ac255-5f74-43b1-b9b9-938d4d728148
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-04-24T05:11:22.165Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.165Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:22.165Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:22.166Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.166Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:22.166Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:22.166Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.166Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-24T05:11:22.167Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:11:22.167Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-24T05:11:22.167Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c37a2a32-6080-4632-81cf-7a9e02bb18da
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-04-24T05:11:22.177Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.177Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:22.177Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:11:22.177Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.178Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-24T05:11:22.178Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=46de0cdb-5bfa-4c63-84a4-ff0832d8abf4
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-04-24T05:11:22.179Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.179Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.179Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d4a2f0b6-483f-4fd6-811d-258299cb512c: basic_vm
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.180Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.181Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:11:22.181Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:11:22.181Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm
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-04-24T05:11:22.286Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8b2c317e-1287-472b-8d63-f3469c8a3440 1 ASDC deployResourceStructure
2021-04-24T05:11:22.286Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-04-24T05:11:22.286Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-24T05:11:22.287Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:11:22.287Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:22.289Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:22.289Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241082286,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:11:22.390Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-24T05:11:22.390Z||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-04-24T05:11:22.390Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:22.402Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:22.403Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:23.290Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-24T05:11:23.291Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-24T05:11:23.291Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:11:23.291Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:23.292Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:23.292Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241083290,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-04-24T05:11:23.393Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:23.394Z||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-04-24T05:11:23.394Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:23.407Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:23.408Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:24.293Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-24T05:11:24.294Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-24T05:11:24.294Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:11:24.294Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:24.295Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:24.295Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241084293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-04-24T05:11:24.396Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-24T05:11:24.397Z||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-04-24T05:11:24.397Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:24.409Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:24.409Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:11:24.868Z||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-04-24T05:11:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:24.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:24.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:11:24.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73a74125-ec31-4198-b6ca-5c0935f296d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241016050,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:11:24.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:11:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:11:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:11:24.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:11:25.298Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-04-24T05:11:25.298Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-24T05:11:25.298Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:11:25.298Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:11:25.300Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:11:25.300Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241085298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:11:25.400Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:11:25.401Z||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-04-24T05:11:25.401Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:11:25.412Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:11:25.413Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:11:26.300Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:11:26.309Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:11:26.311Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:11:26.311Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:11:26.311Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:11:56.311Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:11:56.320Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:11:56.322Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:11:56.322Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:11:56.322Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:12:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:12:24.868Z||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-04-24T05:12:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:12:24.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:12:24.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/resourceInstances/pnf07ac30e981b10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241017066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241030168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241032065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTqtzhur2fwq5gfuxumtw/1.0/artifacts/service-DemoPnfTqtzhur2fwq5gfuxumtw-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a158b89-2c15-4c83-8a45-78e9bffbe3aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241063435,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241061556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241064450,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "dcae-sch",
"timestamp": 1619241056057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241064311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241060556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241062837,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241073348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241073560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241073569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241073565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "cds",
"timestamp": 1619241074354,
"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=?
2021-04-24T05:12:24.955Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:12:24.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241074567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241074961,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "policy-id",
"timestamp": 1619241075570,
"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-04-24T05:12:24.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:12:24.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:12:24.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241069272,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241069565,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241076628,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241076832,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241078044,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241078344,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:24.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241078391,
"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-04-24T05:12:25.004Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:12:25.005Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:12:25.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241078827,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241079394,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241080426,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241073770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241080939,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241081126,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241074741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241081430,
"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-04-24T05:12:25.022Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:12:25.022Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:12:25.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241082286,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:25.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241083143,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241083290,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241077154,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241083948,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241084150,
"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-04-24T05:12:25.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:12:25.048Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:12:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:12:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241084293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-04-24T05:12:25.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:12:26.322Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:12:26.332Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:12:26.337Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:12:26.337Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:12:26.337Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:12:56.337Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:12:56.347Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:12:56.350Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:12:56.350Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:12:56.350Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:13:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:13:24.868Z||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-04-24T05:13:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:13:24.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:13:24.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:13:24.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241085047,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:13:24.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:13:26.350Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:13:26.359Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:13:26.362Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:13:26.362Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:13:26.362Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:13:56.362Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:13:56.372Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:13:56.375Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:13:56.375Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-24T05:13:56.375Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-24T05:14:24.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:14:24.868Z||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-04-24T05:14:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:14:24.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:14:25.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241085153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241085298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241085318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241087951,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241088974,
"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-04-24T05:14:25.400Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:14:25.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241089027,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241089977,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241090054,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "clamp",
"timestamp": 1619241091056,
"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-04-24T05:14:25.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:14:25.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:14:25.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241092248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "aai-ml",
"timestamp": 1619241093251,
"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-04-24T05:14:25.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61377343-4605-480a-96e2-1b41c881b1c2
2021-04-24T05:14:25.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:14:25.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241080556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241081556,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241082837,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241089565,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241098934,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241099022,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241099336,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241099938,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "policy-id",
"timestamp": 1619241100941,
"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-04-24T05:14:25.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241101611,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241101928,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241094311,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241094741,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "dcae-sch",
"timestamp": 1619241096057,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241103821,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241104132,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241104239,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241104327,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241104845,
"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-04-24T05:14:25.472Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.473Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241105245,
"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-04-24T05:14:25.482Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.483Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241105849,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241106247,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "cds",
"timestamp": 1619241106818,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-04-24T05:14:25.494Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.495Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241099272,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241108052,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241109258,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241110542,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241111358,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241103770,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241111546,
"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-04-24T05:14:25.510Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.510Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241112362,
"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-04-24T05:14:25.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.521Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241112549,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241107154,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241116457,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241116834,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:14:25.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241119733,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "clamp",
"timestamp": 1619241120736,
"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-04-24T05:14:25.535Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.535Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:25.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241124031,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:14:25.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:14:25.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-24T05:14:25.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "aai-ml",
"timestamp": 1619241125033,
"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-04-24T05:14:25.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39b26895-4f46-47f2-a241-c1bffc1e0c8c
2021-04-24T05:14:25.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:14:26.375Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:14:26.390Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2
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-04-24T05:14:26.393Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:14:26.393Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:14:26.394Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-24T05:14:26.399Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-24T05:14:56.400Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61377343-4605-480a-96e2-1b41c881b1c2 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-04-24T05:14:56.405Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61377343-4605-480a-96e2-1b41c881b1c2 and serviceModelVersionId: d4a2f0b6-483f-4fd6-811d-258299cb512c
2021-04-24T05:14:56.405Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42f7d541-da19-416e-837e-bb3256a722db
2021-04-24T05:14:56.406Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0
2021-04-24T05:14:56.412Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-24T05:14:56.455Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0|INFO|500||Invoke
2021-04-24T05:14:56.456Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61377343-4605-480a-96e2-1b41c881b1c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7e8eb1c-de7f-43e6-bc73-6b0e71e3cdf0], X-ECOMP-RequestID=[61377343-4605-480a-96e2-1b41c881b1c2], X-TransactionId=[], X-ONAP-RequestID=[61377343-4605-480a-96e2-1b41c881b1c2], Content-Type=[application/merge-patch+json]}
2021-04-24T05:14:56.478Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-24T05:14:56.637Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?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/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210424-05:14:56:483-55932], vertex-id=[397488], Content-Length=[0], Date=[Sat, 24 Apr 2021 05:14:56 GMT], Content-Type=[application/json]}
2021-04-24T05:14:56.637Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-24T05:14:56.638Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/42f7d541-da19-416e-837e-bb3256a722db/model-vers/model-ver/d4a2f0b6-483f-4fd6-811d-258299cb512c?depth=0|INFO|500||InvokeReturn
2021-04-24T05:14:56.638Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-24T05:14:56.638Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||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-04-24T05:14:56.642Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-24T05:14:56.642Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61377343-4605-480a-96e2-1b41c881b1c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-24T05:14:56.643Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-24T05:14:56.643Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:14:56.644Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:14:56.644Z|61377343-4605-480a-96e2-1b41c881b1c2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241296642,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:14:56.744Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:14:56.745Z||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-04-24T05:14:56.745Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:14:56.760Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:14:56.761Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-24T05:14:57.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:14:57.656Z||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-04-24T05:14:57.656Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:01.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:01.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-24T05:15:01.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"39b26895-4f46-47f2-a241-c1bffc1e0c8c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f529e7f6-af2e-413a-a44e-4e6a7a049bf1","serviceDescription":"service","serviceInvariantUUID":"53e0f1f2-8635-4eb4-b4f0-fae60186b270","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7c01921-d0ed-4a8a-9c6b-c402dc56db13","resourceInvariantUUID":"6d42ab2c-c390-4dfa-ba48-06fdb23594cc","resourceCustomizationUUID":"43d55d6b-b8dc-4da7-aaad-550ed3e265b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE0OThlZWQ1NDRiOGU3NTRiNWViMDI3MjQ4NTgyNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b46673a-7bac-4002-b473-d1b2b7138fdc","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MTZjNTZmNzMyMzZhODUxYzkzYzVjYmJiNzc4ZjJhOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b11adab1-8d95-4960-8bef-75e2d1617692","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"806ebdac-8404-412d-88be-258f6df33902","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"006b1c8c-946a-4e5a-a9cd-0e4cb8835a55","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a445b4f3-be05-457f-9498-787bf763d7a0","artifactVersion":"2","generatedFromUUID":"806ebdac-8404-412d-88be-258f6df33902"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZjhkZjNjZTcxMGE0ZTkyMmU2MTFkOGZlMGJmMGExZTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9264a045-219d-4c6a-bac3-9685fa959940","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NmU0YWQ4NDdhZWMyN2E2MDQ1YzcwMzA0ZWUwZDdiZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"caaf9cf1-4a72-46e8-a5fc-fc3279df59ab","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTU4MGNkMjRiZWFlYWE1MDhmN2MwZWYzMDU5OTkyNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T05:15:01.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:01.968Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:01.970Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:01.970Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:02.070Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:02.071Z||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-04-24T05:15:02.071Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:02.082Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:02.082Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:02.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:02.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:02.974Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:02.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:03.074Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:03.075Z||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-04-24T05:15:03.075Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:03.084Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:03.085Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:03.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:03.975Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:03.976Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:03.977Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:04.077Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:04.078Z||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-04-24T05:15:04.078Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:04.091Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:04.091Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:04.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:04.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:04.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:04.980Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:05.080Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:05.081Z||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-04-24T05:15:05.081Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:05.093Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:05.093Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:05.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:05.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:05.982Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:05.982Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:06.083Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:06.084Z||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-04-24T05:15:06.084Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:06.097Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:06.097Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:06.983Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:06.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:06.985Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:06.985Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:07.085Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:07.086Z||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-04-24T05:15:07.086Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:07.099Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:07.099Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:07.986Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:07.987Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:07.988Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:07.988Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:08.088Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:08.089Z||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-04-24T05:15:08.089Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:08.100Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:08.101Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:08.989Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:08.989Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:08.991Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:08.991Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:09.091Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:09.092Z||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-04-24T05:15:09.092Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:09.104Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:09.104Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:15:09.992Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "f529e7f6-af2e-413a-a44e-4e6a7a049bf1",
"serviceDescription": "service",
"serviceInvariantUUID": "53e0f1f2-8635-4eb4-b4f0-fae60186b270",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "43d55d6b-b8dc-4da7-aaad-550ed3e265b9",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c7c01921-d0ed-4a8a-9c6b-c402dc56db13",
"resourceInvariantUUID": "6d42ab2c-c390-4dfa-ba48-06fdb23594cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "MTZjNTZmNzMyMzZhODUxYzkzYzVjYmJiNzc4ZjJhOWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b11adab1-8d95-4960-8bef-75e2d1617692",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "806ebdac-8404-412d-88be-258f6df33902",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a445b4f3-be05-457f-9498-787bf763d7a0",
"generatedFromUUID": "806ebdac-8404-412d-88be-258f6df33902"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a445b4f3-be05-457f-9498-787bf763d7a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "ZTU4MGNkMjRiZWFlYWE1MDhmN2MwZWYzMDU5OTkyNzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a"
}
],
"workloadContext": "Production"
}
2021-04-24T05:15:09.993Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T05:15:09.993Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f529e7f6-af2e-413a-a44e-4e6a7a049bf1 ASDC
2021-04-24T05:15:09.993Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:39b26895-4f46-47f2-a241-c1bffc1e0c8c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f529e7f6-af2e-413a-a44e-4e6a7a049bf1
ServiceInvariantUUID:53e0f1f2-8635-4eb4-b4f0-fae60186b270
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a
ArtifactChecksum:ZTU4MGNkMjRiZWFlYWE1MDhmN2MwZWYzMDU5OTkyNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:43d55d6b-b8dc-4da7-aaad-550ed3e265b9
ResourceInvariantUUID:6d42ab2c-c390-4dfa-ba48-06fdb23594cc
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c7c01921-d0ed-4a8a-9c6b-c402dc56db13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:b11adab1-8d95-4960-8bef-75e2d1617692
ArtifactChecksum:MTZjNTZmNzMyMzZhODUxYzkzYzVjYmJiNzc4ZjJhOWQ=
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:806ebdac-8404-412d-88be-258f6df33902
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a445b4f3-be05-457f-9498-787bf763d7a0
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a445b4f3-be05-457f-9498-787bf763d7a0
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-24T05:15:09.993Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f529e7f6-af2e-413a-a44e-4e6a7a049bf1 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-04-24T05:15:10.018Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:15:10.019Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:15:10.019Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:15:10.019Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-24T05:15:10.019Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-24T05:15:10.019Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-24T05:15:10.854Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-24T05:15:10.857Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a 82050
2021-04-24T05:15:10.857Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-24T05:15:10.858Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-24T05:15:10.858Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:15:10.858Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:10.859Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:10.860Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241310857,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:10.960Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:10.961Z||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-04-24T05:15:10.961Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:10.970Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:10.970Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:11.860Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:15:11.861Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:15:11.861Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 58c85dd1-1a2d-42ff-9d75-57ee25bd5e6a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:11.862Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-24T05:15:11.862Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:11.862Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:11.998Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7719967978295392955/Definitions/service-BasicVmMacro-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-04-24T05:15:13.026Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.027Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|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-BasicVmMacro-csar.csar
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.028Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.029Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:13.029Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-24T05:15:13.029Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:15:13.029Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.029Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.030Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:13.030Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-24T05:15:13.030Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:15:13.030Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.030Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.031Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.031Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-24T05:15:13.031Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:15:13.031Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-24T05:15:13.031Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.032Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:13.033Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:13.033Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.033Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:13.033Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:13.033Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:15:13.034Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-24T05:15:13.035Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e59e60e7-87ff-48ab-be54-f23cd616ba8a
2021-04-24T05:15:13.035Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.035Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.035Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.035Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.036Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.036Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.036Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:13.036Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:13.036Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f529e7f6-af2e-413a-a44e-4e6a7a049bf1
Model Version:NULL
Model InvariantUuid:53e0f1f2-8635-4eb4-b4f0-fae60186b270
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm_macro
Model UUID:4025de14-2953-4404-b07d-4f9101ec7722
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d42ab2c-c390-4dfa-ba48-06fdb23594cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:43d55d6b-b8dc-4da7-aaad-550ed3e265b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ea76f24a-0c13-457c-81ac-2a51cbfdd62d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fb559c80-20c4-498d-b418-630c0c174f01
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e59e60e7-87ff-48ab-be54-f23cd616ba8a
ModelInvariantUuid:9fdb6daa-04e3-4be1-b2c7-90907a663f98
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:f38a8601-09b6-44cd-aade-a47abe604d60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:0317bbf6-275d-4e9e-b6d9-7c63b45df271
ModelInvariantUuid:0d020ce0-18e4-4572-b88e-1deae0504fe0
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:ab919a3a-5ec3-4d4f-a1b6-38903c553e90
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-04-24T05:15:13.042Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c7c01921-d0ed-4a8a-9c6b-c402dc56db13
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-04-24T05:15:13.044Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-04-24T05:15:13.044Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7c01921-d0ed-4a8a-9c6b-c402dc56db13
2021-04-24T05:15:13.044Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b11adab1-8d95-4960-8bef-75e2d1617692 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-24T05:15:13.044Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-24T05:15:13.045Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-24T05:15:13.211Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-24T05:15:13.211Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b11adab1-8d95-4960-8bef-75e2d1617692 792
2021-04-24T05:15:13.212Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-24T05:15:13.212Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-24T05:15:13.212Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:15:13.212Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:13.214Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:13.214Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241313212,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:13.314Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:13.315Z||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-04-24T05:15:13.315Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:13.327Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:13.327Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:15:14.214Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "ea76f24a-0c13-457c-81ac-2a51cbfdd62d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb559c80-20c4-498d-b418-630c0c174f01",
"vfModuleModelCustomizationUUID": "4127dc02-a696-49f4-afc1-98427d98680a",
"isBase": true,
"artifacts": [
"806ebdac-8404-412d-88be-258f6df33902",
"a445b4f3-be05-457f-9498-787bf763d7a0"
],
"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-04-24T05:15:14.218Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb559c80-20c4-498d-b418-630c0c174f01
VfModuleModelInvariantUUID:ea76f24a-0c13-457c-81ac-2a51cbfdd62d
VfModuleModelDescription:NULL
Artifacts UUID List:{
806ebdac-8404-412d-88be-258f6df33902
,
a445b4f3-be05-457f-9498-787bf763d7a0
}
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-04-24T05:15:14.220Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "ea76f24a-0c13-457c-81ac-2a51cbfdd62d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb559c80-20c4-498d-b418-630c0c174f01",
"vfModuleModelCustomizationUUID": "4127dc02-a696-49f4-afc1-98427d98680a",
"isBase": true,
"artifacts": [
"806ebdac-8404-412d-88be-258f6df33902",
"a445b4f3-be05-457f-9498-787bf763d7a0"
],
"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-04-24T05:15:14.220Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb559c80-20c4-498d-b418-630c0c174f01
VfModuleModelInvariantUUID:ea76f24a-0c13-457c-81ac-2a51cbfdd62d
VfModuleModelDescription:NULL
Artifacts UUID List:{
806ebdac-8404-412d-88be-258f6df33902
,
a445b4f3-be05-457f-9498-787bf763d7a0
}
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-04-24T05:15:14.220Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 806ebdac-8404-412d-88be-258f6df33902 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-24T05:15:14.221Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-24T05:15:14.221Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-24T05:15:14.380Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-24T05:15:14.381Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 806ebdac-8404-412d-88be-258f6df33902 5033
2021-04-24T05:15:14.381Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-24T05:15:14.381Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-24T05:15:14.381Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:15:14.381Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:14.383Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:14.383Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241314381,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:14.483Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:14.484Z||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-04-24T05:15:14.484Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:14.494Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:14.495Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:15.384Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a445b4f3-be05-457f-9498-787bf763d7a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-24T05:15:15.384Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-24T05:15:15.385Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-24T05:15:16.140Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-24T05:15:16.141Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a445b4f3-be05-457f-9498-787bf763d7a0 903
2021-04-24T05:15:16.141Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-24T05:15:16.141Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-24T05:15:16.141Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:15:16.141Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:16.143Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:16.143Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241316141,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:16.244Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:16.245Z||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-04-24T05:15:16.245Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:16.256Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:16.257Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:17.144Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f529e7f6-af2e-413a-a44e-4e6a7a049bf1
2021-04-24T05:15:17.144Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c7c01921-d0ed-4a8a-9c6b-c402dc56db13 ASDC
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 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 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-04-24T05:15:17.157Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.157Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.157Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-04-24T05:15:17.157Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 43d55d6b-b8dc-4da7-aaad-550ed3e265b9
2021-04-24T05:15:17.158Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43d55d6b-b8dc-4da7-aaad-550ed3e265b9 matches Tosca VF Customization UUID: 43d55d6b-b8dc-4da7-aaad-550ed3e265b9
2021-04-24T05:15:17.158Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 43d55d6b-b8dc-4da7-aaad-550ed3e265b9 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-04-24T05:15:17.160Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.160Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.161Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 43d55d6b-b8dc-4da7-aaad-550ed3e265b9: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-24T05:15:17.161Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dec3a9b
2021-04-24T05:15:17.161Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.161Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T05:15:17.161Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4127dc02-a696-49f4-afc1-98427d98680a
2021-04-24T05:15:17.162Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4127dc02-a696-49f4-afc1-98427d98680a
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-04-24T05:15:17.164Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.164Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:17.164Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:17.164Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-24T05:15:17.165Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e59e60e7-87ff-48ab-be54-f23cd616ba8a
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-04-24T05:15:17.168Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.168Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:17.168Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T05:15:17.168Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.168Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-24T05:15:17.169Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=43d55d6b-b8dc-4da7-aaad-550ed3e265b9
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-04-24T05:15:17.170Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.170Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.170Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f529e7f6-af2e-413a-a44e-4e6a7a049bf1: basic_vm_macro
2021-04-24T05:15:17.170Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.171Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:15:17.172Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:15:17.172Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro
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-04-24T05:15:17.241Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c7c01921-d0ed-4a8a-9c6b-c402dc56db13 1 ASDC deployResourceStructure
2021-04-24T05:15:17.241Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-24T05:15:17.241Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-24T05:15:17.241Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:15:17.242Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:17.243Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:17.243Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241317241,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:17.344Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:17.344Z||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-04-24T05:15:17.345Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:17.356Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:17.357Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:18.244Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-24T05:15:18.245Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-24T05:15:18.245Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:15:18.245Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:18.247Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:18.247Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241318244,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:18.347Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:18.348Z||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-04-24T05:15:18.348Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:18.359Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:18.359Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:19.249Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-24T05:15:19.249Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-24T05:15:19.249Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:15:19.250Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:19.251Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:19.251Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241319249,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:19.352Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-24T05:15:19.352Z||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-04-24T05:15:19.352Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:19.363Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:19.364Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:20.252Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-24T05:15:20.253Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-24T05:15:20.253Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-24T05:15:20.253Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:20.255Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:20.255Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241320252,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:20.355Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:20.356Z||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-04-24T05:15:20.356Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:20.366Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:20.366Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:21.255Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b26895-4f46-47f2-a241-c1bffc1e0c8c
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-04-24T05:15:21.267Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b26895-4f46-47f2-a241-c1bffc1e0c8c
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-04-24T05:15:21.269Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-24T05:15:21.269Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-24T05:15:21.269Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-24T05:15:21.270Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-24T05:15:21.275Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-24T05:15:24.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T05:15:24.867Z||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-04-24T05:15:24.868Z||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 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:24.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:25.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241269565,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241274311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241274741,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241284649,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241284655,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "dcae-sch",
"timestamp": 1619241276057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241284795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "cds",
"timestamp": 1619241285660,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-24T05:15:25.534Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.534Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241287757,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241279272,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241288303,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241280556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241289963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241290155,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "ves-openapi-manager",
"timestamp": 1619241281556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241290344,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241291037,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241282837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241291657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241291959,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241292244,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241283770,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241292661,
"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-04-24T05:15:25.557Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.557Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241292761,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241292965,
"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-04-24T05:15:25.571Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.572Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619241293247,
"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-04-24T05:15:25.582Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241293251,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619241293664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619241293968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241294255,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241294340,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "policy-id",
"timestamp": 1619241295258,
"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-04-24T05:15:25.597Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241287154,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241296421,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61377343-4605-480a-96e2-1b41c881b1c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241296642,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241297461,
"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-04-24T05:15:25.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241297632,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241298148,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619241298463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241299167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "clamp",
"timestamp": 1619241300169,
"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-04-24T05:15:25.622Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.622Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241304430,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "aai-ml",
"timestamp": 1619241305432,
"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-04-24T05:15:25.635Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
2021-04-24T05:15:25.636Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac89ced-b0e7-4da8-92e3-a3ec44ab6396 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-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:15:25.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241310857,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241313212,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241314381,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241316141,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241317241,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241318244,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241319249,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:25.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-24T05:15:25.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241320252,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-24T05:15:25.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-24T05:15:51.275Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39b26895-4f46-47f2-a241-c1bffc1e0c8c 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-04-24T05:15:51.280Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39b26895-4f46-47f2-a241-c1bffc1e0c8c and serviceModelVersionId: f529e7f6-af2e-413a-a44e-4e6a7a049bf1
2021-04-24T05:15:51.280Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53e0f1f2-8635-4eb4-b4f0-fae60186b270
2021-04-24T05:15:51.280Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0
2021-04-24T05:15:51.284Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-24T05:15:51.316Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0|INFO|500||Invoke
2021-04-24T05:15:51.316Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b26895-4f46-47f2-a241-c1bffc1e0c8c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03b6e234-ff3b-4ea8-a2a4-93796da00422], X-ECOMP-RequestID=[39b26895-4f46-47f2-a241-c1bffc1e0c8c], X-TransactionId=[], X-ONAP-RequestID=[39b26895-4f46-47f2-a241-c1bffc1e0c8c], Content-Type=[application/merge-patch+json]}
2021-04-24T05:15:51.334Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-24T05:15:51.646Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?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/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210424-05:15:51:340-52869], vertex-id=[172152], Content-Length=[0], Date=[Sat, 24 Apr 2021 05:15:51 GMT], Content-Type=[application/json]}
2021-04-24T05:15:51.646Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-24T05:15:51.647Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/53e0f1f2-8635-4eb4-b4f0-fae60186b270/model-vers/model-ver/f529e7f6-af2e-413a-a44e-4e6a7a049bf1?depth=0|INFO|500||InvokeReturn
2021-04-24T05:15:51.647Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-24T05:15:51.647Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||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-04-24T05:15:51.651Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-04-24T05:15:51.652Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39b26895-4f46-47f2-a241-c1bffc1e0c8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-24T05:15:51.652Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-24T05:15:51.652Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:51.654Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:51.654Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "39b26895-4f46-47f2-a241-c1bffc1e0c8c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241351652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-24T05:15:51.754Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:51.755Z||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-04-24T05:15:51.755Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:51.771Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:51.772Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 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-04-24T05:15:52.667Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-24T05:15:52.667Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ac89ced-b0e7-4da8-92e3-a3ec44ab6396","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b9b42a62-6b4a-4871-9a5a-230a2acdfb35","serviceDescription":"service","serviceInvariantUUID":"c710c6b4-3907-43c1-add7-3d1405669e5f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4e16fc5-496c-42a7-98c2-38283e2dbd87","resourceInvariantUUID":"59955b2b-b667-4c46-b21a-516762f425d1","resourceCustomizationUUID":"d170f481-c324-45b7-a42f-5d25d06fb072","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E1Y2ZiYTUxNDM3ZmMxZjBiMTRlOTczOGIyZTMzNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6f59c0a-d92f-45a5-ad2c-502f73887b84","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"533b0318-3720-4d0b-a265-0e4e9a0b0fc4","artifactVersion":"2","generatedFromUUID":"491239bc-385a-4b04-97f8-7b368e1a2676"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"491239bc-385a-4b04-97f8-7b368e1a2676","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ODlhZDU3Y2RkNDBjMzU5YWEzZTk5YzFhMjgwZTE3Yzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d66f0c5-7446-4778-a70f-7b81e56338ae","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2e69998-895b-4539-a780-0fd45c6f6673","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4040572-b2b1-49d7-9f87-03f327dc7015","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed215bd8-c383-493a-a30c-69d888a2160a","artifactVersion":"2","generatedFromUUID":"d2e69998-895b-4539-a780-0fd45c6f6673"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWU1MWNkZTYyZjRlYjRhYWQ4ZDVlN2JjYWE3OTgwNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52406cef-f57b-4f43-92a7-78c2e0f81f26","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWVhNmYxYjFiNzNiMTNiMjU4NWNiOTQyOGIzMzhiYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ad99389-864b-4d28-9ba3-6cc17249c947","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T05:15:52.667Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:52.668Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:52.669Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:52.669Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:52.769Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:52.770Z||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-04-24T05:15:52.770Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:52.782Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:52.782Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:53.669Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:53.670Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:53.672Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:53.672Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:53.773Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-24T05:15:53.774Z||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-04-24T05:15:53.774Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:53.785Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:53.785Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:54.673Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:54.674Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:54.675Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:54.676Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-04-24T05:15:54.776Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:54.777Z||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-04-24T05:15:54.777Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:54.789Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:54.790Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:55.676Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:55.677Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:55.678Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:55.678Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-04-24T05:15:55.779Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:55.780Z||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-04-24T05:15:55.780Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:55.796Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:55.796Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:56.679Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:56.680Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:56.681Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:56.681Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-04-24T05:15:56.782Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:56.783Z||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-04-24T05:15:56.783Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:56.796Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:56.796Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:57.682Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:57.682Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:57.684Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:57.684Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:57.784Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:57.785Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T05:15:57.785Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:57.797Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:57.797Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:58.684Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:58.685Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:58.687Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:58.687Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-04-24T05:15:58.787Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:58.788Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T05:15:58.788Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:58.801Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:58.801Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:15:59.688Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:15:59.688Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:15:59.690Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:15:59.690Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T05:15:59.790Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:15:59.791Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T05:15:59.791Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:15:59.801Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:15:59.801Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-24T05:16:00.691Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T05:16:00.691Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:16:00.693Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:16:00.693Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241297656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T05:16:00.796Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-24T05:16:00.797Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T05:16:00.797Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:16:00.807Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:16:00.807Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:16:01.695Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "b9b42a62-6b4a-4871-9a5a-230a2acdfb35",
"serviceDescription": "service",
"serviceInvariantUUID": "c710c6b4-3907-43c1-add7-3d1405669e5f",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "d170f481-c324-45b7-a42f-5d25d06fb072",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f4e16fc5-496c-42a7-98c2-38283e2dbd87",
"resourceInvariantUUID": "59955b2b-b667-4c46-b21a-516762f425d1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "533b0318-3720-4d0b-a265-0e4e9a0b0fc4",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "491239bc-385a-4b04-97f8-7b368e1a2676",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "ODlhZDU3Y2RkNDBjMzU5YWEzZTk5YzFhMjgwZTE3Yzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d66f0c5-7446-4778-a70f-7b81e56338ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d2e69998-895b-4539-a780-0fd45c6f6673",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed215bd8-c383-493a-a30c-69d888a2160a",
"generatedFromUUID": "d2e69998-895b-4539-a780-0fd45c6f6673"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ed215bd8-c383-493a-a30c-69d888a2160a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OWVhNmYxYjFiNzNiMTNiMjU4NWNiOTQyOGIzMzhiYjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ad99389-864b-4d28-9ba3-6cc17249c947"
}
],
"workloadContext": "Production"
}
2021-04-24T05:16:01.695Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T05:16:01.695Z|39b26895-4f46-47f2-a241-c1bffc1e0c8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b9b42a62-6b4a-4871-9a5a-230a2acdfb35 ASDC
2021-04-24T05:16:01.695Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5ac89ced-b0e7-4da8-92e3-a3ec44ab6396
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b9b42a62-6b4a-4871-9a5a-230a2acdfb35
ServiceInvariantUUID:c710c6b4-3907-43c1-add7-3d1405669e5f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:6ad99389-864b-4d28-9ba3-6cc17249c947
ArtifactChecksum:OWVhNmYxYjFiNzNiMTNiMjU4NWNiOTQyOGIzMzhiYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d170f481-c324-45b7-a42f-5d25d06fb072
ResourceInvariantUUID:59955b2b-b667-4c46-b21a-516762f425d1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f4e16fc5-496c-42a7-98c2-38283e2dbd87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:533b0318-3720-4d0b-a265-0e4e9a0b0fc4
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:491239bc-385a-4b04-97f8-7b368e1a2676
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:6d66f0c5-7446-4778-a70f-7b81e56338ae
ArtifactChecksum:ODlhZDU3Y2RkNDBjMzU5YWEzZTk5YzFhMjgwZTE3Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:d2e69998-895b-4539-a780-0fd45c6f6673
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ed215bd8-c383-493a-a30c-69d888a2160a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ed215bd8-c383-493a-a30c-69d888a2160a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-24T05:16:01.695Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9b42a62-6b4a-4871-9a5a-230a2acdfb35 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-04-24T05:16:01.728Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:16:01.729Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:16:01.729Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:16:01.730Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6ad99389-864b-4d28-9ba3-6cc17249c947 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-24T05:16:01.730Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-04-24T05:16:01.730Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-24T05:16:02.753Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-24T05:16:02.756Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6ad99389-864b-4d28-9ba3-6cc17249c947 71156
2021-04-24T05:16:02.756Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-04-24T05:16:02.757Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-24T05:16:02.757Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T05:16:02.757Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-24T05:16:02.758Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T05:16:02.759Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "5ac89ced-b0e7-4da8-92e3-a3ec44ab6396",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619241362756,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T05:16:02.859Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T05:16:02.860Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T05:16:02.860Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2H2PPQ7DsaY2WCwo) ...
2021-04-24T05:16:02.869Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T05:16:02.870Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T05:16:03.759Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T05:16:03.760Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-04-24T05:16:03.760Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6ad99389-864b-4d28-9ba3-6cc17249c947, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:03.760Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-24T05:16:03.761Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:03.761Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:03.868Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5524998630638870369/Definitions/service-BasicCnf-template.yml
2021-04-24T05:16:04.904Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T05:16:04.904Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|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-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:16:04.905Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:16:04.906Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T05:16:04.907Z|5ac89ced-b0e7-4da8-92e3-a3ec44ab6396|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery