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-10-30T05:28:52.164Z||main|||||INFO|500||The following profiles are active: basic
2021-10-30T05:29:06.542Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-30T05:29:06.547Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-30T05:29:06.689Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-30T05:29:11.781Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-30T05:29:12.214Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-30T05:29:12.803Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-30T05:29:12.810Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-30T05:29:12.922Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-30T05:29:13.467Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-30T05:29:14.369Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-30T05:29:20.951Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T05:29:23.369Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T05:29:23.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-30T05:29:24.009Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T05:29:24.140Z||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-10-30T05:29:25.408Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T05:29:26.449Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-30T05:29:26.467Z||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$$20cf312a.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-10-30T05:29:26.468Z||main|||||WARN|500||The sdc end point is not alive
2021-10-30T05:29:29.735Z||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-10-30T05:29:32.479Z||main|||||WARN|500||---
2021-10-30T05:29:32.480Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-30T05:29:32.480Z||main|||||WARN|500||---
2021-10-30T05:29:32.883Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-30T05:29:37.955Z||main|||||INFO|500||Started Application in 49.76 seconds (JVM running for 54.463)
2021-10-30T05:29:38.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-30T05:29:38.020Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-30T05:29:38.063Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-30T05:29:38.118Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-30T05:29:38.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd729815-f380-402d-92d6-3e9433932a38 url= /sdc/v1/artifactTypes
2021-10-30T05:29:38.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-30T05:29:38.423Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-30T05:29:38.450Z||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-10-30T05:29:38.481Z||scheduling-1|||||DEBUG|500||create keys
2021-10-30T05:29:38.496Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-30T05:29:38.820Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:29:38.843Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0afbd519-0c63-4659-b0b0-8f5dbb0bc523 url= /sdc/v1/registerForDistribution
2021-10-30T05:29:39.076Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0afbd519-0c63-4659-b0b0-8f5dbb0bc523 url= /sdc/v1/registerForDistribution
2021-10-30T05:29:39.076Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-30T05:29:39.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:29:39.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:29:39.109Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-30T05:29:39.114Z||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-10-30T05:29:39.128Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:29:39.124Z||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-10-30T05:29:39.130Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:29:49.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:29:50.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:30:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:39.089Z||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-10-30T05:30:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:30:39.091Z||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-10-30T05:30:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:30:48.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:30:48.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:31:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:39.089Z||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-10-30T05:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:31:39.090Z||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-10-30T05:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:31:48.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:31:48.654Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:32:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:39.093Z||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-10-30T05:32:39.093Z||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-10-30T05:32:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:32:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:32:48.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:32:48.657Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:33:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:39.085Z||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-10-30T05:33:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:33:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:39.090Z||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-10-30T05:33:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:33:48.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:33:48.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:34:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:39.091Z||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-10-30T05:34:39.091Z||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-10-30T05:34:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:34:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:34:48.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:34:48.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:39.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:39.086Z||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-10-30T05:35:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:39.087Z||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-10-30T05:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:35:48.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:48.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:39.091Z||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-10-30T05:36:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:36:39.097Z||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-10-30T05:36:39.097Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:36:48.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:48.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:37:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:37:39.086Z||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-10-30T05:37:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:37:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:37:39.087Z||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-10-30T05:37:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:37:48.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:37:48.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:38:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:38:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:38:39.092Z||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-10-30T05:38:39.092Z||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-10-30T05:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:38:48.655Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:38:48.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:38:56.160Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-30T05:39:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:39:39.086Z||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-10-30T05:39:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:39:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:39:39.087Z||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-10-30T05:39:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:39:48.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:39:48.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:40:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:40:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:40:39.089Z||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-10-30T05:40:39.089Z||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-10-30T05:40:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:40:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:40:48.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:40:48.648Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:41:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:41:39.085Z||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-10-30T05:41:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:41:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:41:39.087Z||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-10-30T05:41:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:41:48.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:41:48.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:42:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:42:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:42:39.089Z||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-10-30T05:42:39.089Z||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-10-30T05:42:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:42:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:42:48.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:42:48.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:43:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:43:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:43:39.093Z||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-10-30T05:43:39.093Z||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-10-30T05:43:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:43:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:43:48.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:43:48.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:44:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:44:39.085Z||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-10-30T05:44:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:44:39.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:44:39.090Z||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-10-30T05:44:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:44:48.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:44:48.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:45:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:45:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:45:39.089Z||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-10-30T05:45:39.089Z||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-10-30T05:45:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:45:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:45:48.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:45:48.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:46:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:46:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:46:39.089Z||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-10-30T05:46:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:46:39.090Z||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-10-30T05:46:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:46:48.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:46:48.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:47:39.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:47:39.086Z||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-10-30T05:47:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:47:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:47:39.087Z||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-10-30T05:47:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:47:48.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:47:48.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:48:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:48:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:48:39.090Z||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-10-30T05:48:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:48:39.092Z||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-10-30T05:48:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:48:48.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:48:48.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:49:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:49:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:49:39.091Z||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-10-30T05:49:39.091Z||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-10-30T05:49:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:49:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:49:48.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:49:48.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:50:39.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:50:39.086Z||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-10-30T05:50:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:50:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:50:39.087Z||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-10-30T05:50:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:50:48.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:50:48.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:51:39.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:51:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:51:39.087Z||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-10-30T05:51:39.087Z||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-10-30T05:51:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:51:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:51:48.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:51:48.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:52:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:52:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:52:39.091Z||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-10-30T05:52:39.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:52:39.091Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:52:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:52:48.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:52:48.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:53:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:53:39.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:53:39.087Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:53:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:53:39.088Z||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-10-30T05:53:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:53:48.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:53:48.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:54:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:54:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:54:39.088Z||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-10-30T05:54:39.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:54:39.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:54:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:54:48.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:54:48.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:55:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:55:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:55:39.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:55:39.091Z||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-10-30T05:55:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:55:39.091Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:55:48.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:55:48.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:56:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:56:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:56:39.088Z||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-10-30T05:56:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:56:39.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:56:39.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:56:48.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:56:48.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:57:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:57:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:57:39.088Z||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-10-30T05:57:39.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:57:39.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:57:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:57:48.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:57:48.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:58:39.086Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:58:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:58:39.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:58:39.089Z||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-10-30T05:58:39.090Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:58:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:58:48.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:58:48.643Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:59:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:59:39.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:59:39.086Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:59:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:59:39.087Z||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-10-30T05:59:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:59:48.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:59:48.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:00:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:00:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:00:39.088Z||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-10-30T06:00:39.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:00:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:00:39.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:00:48.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:00:48.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:01:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:01:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:01:39.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:01:39.089Z||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-10-30T06:01:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:01:39.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:01:48.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:01:48.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:02:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:02:39.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:02:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:02:39.087Z||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-10-30T06:02:39.086Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:02:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:02:48.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:02:48.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:03:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:03:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:03:39.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:03:39.088Z||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-10-30T06:03:39.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:03:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:03:48.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:03:48.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:04:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:04:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:04:39.090Z||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-10-30T06:04:39.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:04:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:04:39.090Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:04:48.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:04:48.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:05:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:05:39.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:05:39.086Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:05:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:05:39.087Z||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-10-30T06:05:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:05:48.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:05:48.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:06:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:06:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:06:39.089Z||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-10-30T06:06:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:06:39.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:06:39.090Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:06:48.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:06:48.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:07:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:07:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:07:39.093Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:07:39.093Z||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-10-30T06:07:39.093Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:07:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:07:48.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:07:48.663Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:08:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:08:39.086Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:08:39.086Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:08:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:08:39.087Z||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-10-30T06:08:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:08:48.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:08:48.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:09:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:09:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:09:39.087Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:09:39.087Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:09:39.088Z||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-10-30T06:09:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:09:48.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:09:48.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:10:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:10:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:10:39.089Z||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-10-30T06:10:39.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:10:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:10:39.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:10:48.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:10:48.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:11:39.084Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:11:39.085Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:11:39.086Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:11:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:11:39.087Z||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-10-30T06:11:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:11:48.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:11:48.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:12:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:12:39.087Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:12:39.087Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:12:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:12:39.088Z||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-10-30T06:12:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:12:48.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:12:48.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:13:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:13:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:13:39.091Z||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-10-30T06:13:39.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:13:39.091Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:13:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:13:48.656Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:13:48.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:14:39.085Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:14:39.085Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:14:39.087Z||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-10-30T06:14:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:39.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574446383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574447107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "dcae-sch",
"timestamp": 1635574452082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574464790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574464810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574458645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "cds",
"timestamp": 1635574465827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-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-10-30T06:14:39.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"48ceb6dd-2952-4735-8913-afa45789b95b","serviceName":"vFW 2021-10-30 06-12-05","serviceVersion":"1.0","serviceUUID":"32d78c98-98cf-4c34-8687-d59c8c387421","serviceDescription":"catalog service description","serviceInvariantUUID":"ea42962f-88f2-469b-903e-eb1a9ba846d5","resources":[{"resourceInstanceName":"vFW 2d422dd2-a707 0","resourceName":"vFW 2d422dd2-a707","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f62fa386-59c6-4382-9d04-98604fa95ea5","resourceInvariantUUID":"3044fcc9-2d40-44df-bd83-f8b9e6860e76","resourceCustomizationUUID":"7c4e8eba-3bec-4a6a-ac50-15ba39d89773","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml","artifactChecksum":"YWNkODcyYWI5NDU0NjdlNTUzZTg2ZmQzM2RiYjc2ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27a029c3-9530-4f4a-ab07-e88b404aafeb","artifactVersion":"1"},{"artifactName":"vfw2d422dd2a7070_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json","artifactChecksum":"OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8817b350-6dfc-4308-9ab7-f4868dd3539c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"82850f19-0cf4-46ce-aabe-74e5f8073ef9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml","artifactChecksum":"NWM0MmI2MWM1NThiYTk3YTNiNWQ3NDdkOTM4N2IwN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"710cae20-3523-4a26-be1d-316c3f3ca15c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"362e4e7b-20b3-455a-809f-df1dce3d2d28","artifactVersion":"2","generatedFromUUID":"82850f19-0cf4-46ce-aabe-74e5f8073ef9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211030061205-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml","artifactChecksum":"YWUwNzJlODllMWYwZDY1MDA0MGMxZjFiOGYxYTE5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9476309a-7d1f-4f34-befb-927deb3fb66f","artifactVersion":"1"},{"artifactName":"service-Vfw20211030061205-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar","artifactChecksum":"OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8aaab99b-eae8-4859-9b13-38819fdf2bb2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:14:39.759Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:39.765Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:14:39.776Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:39.777Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:14:39.831Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.877Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-30T06:14:39.880Z||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-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.881Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574459694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574466404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574466811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574467721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574467821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "policy-id",
"timestamp": 1635574468826,
"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-10-30T06:14:39.896Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:39.897Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:39.900Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.900Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574469203,
"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-10-30T06:14:39.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574470209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574471205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574465758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574473215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574473754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "clamp",
"timestamp": 1635574474219,
"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-10-30T06:14:39.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574471516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:14:40.785Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:40.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:40.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:40.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:14:40.888Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:40.889Z||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-10-30T06:14:40.890Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:40.906Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:40.907Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:41.791Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:41.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:41.796Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:41.797Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:14:41.897Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:41.898Z||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-10-30T06:14:41.898Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:41.908Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:41.908Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:42.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:42.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:42.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:42.802Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:42.902Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:42.903Z||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-10-30T06:14:42.904Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:42.930Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:42.931Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:43.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:43.807Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:43.811Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:43.811Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T06:14:43.911Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:43.913Z||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-10-30T06:14:43.913Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:43.936Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:43.936Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:44.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:44.814Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:44.816Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:44.816Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:14:44.917Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:44.918Z||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-10-30T06:14:44.918Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:44.937Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:44.938Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:45.817Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:45.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:45.823Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:45.823Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:14:45.923Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:45.924Z||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-10-30T06:14:45.924Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:45.934Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:45.935Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:46.828Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"serviceName": "vFW 2021-10-30 06-12-05",
"serviceVersion": "1.0",
"serviceUUID": "32d78c98-98cf-4c34-8687-d59c8c387421",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ea42962f-88f2-469b-903e-eb1a9ba846d5",
"resources": [
{
"resourceInstanceName": "vFW 2d422dd2-a707 0",
"resourceCustomizationUUID": "7c4e8eba-3bec-4a6a-ac50-15ba39d89773",
"resourceName": "vFW 2d422dd2-a707",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f62fa386-59c6-4382-9d04-98604fa95ea5",
"resourceInvariantUUID": "3044fcc9-2d40-44df-bd83-f8b9e6860e76",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2d422dd2a7070_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"artifactChecksum": "OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8817b350-6dfc-4308-9ab7-f4868dd3539c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "82850f19-0cf4-46ce-aabe-74e5f8073ef9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "362e4e7b-20b3-455a-809f-df1dce3d2d28",
"generatedFromUUID": "82850f19-0cf4-46ce-aabe-74e5f8073ef9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "362e4e7b-20b3-455a-809f-df1dce3d2d28",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211030061205-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"artifactChecksum": "OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8aaab99b-eae8-4859-9b13-38819fdf2bb2"
}
],
"workloadContext": "Production"
}
2021-10-30T06:14:46.832Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:14:46.833Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32d78c98-98cf-4c34-8687-d59c8c387421 ASDC
2021-10-30T06:14:46.959Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:48ceb6dd-2952-4735-8913-afa45789b95b
ServiceName:vFW 2021-10-30 06-12-05
ServiceVersion:1.0
ServiceUUID:32d78c98-98cf-4c34-8687-d59c8c387421
ServiceInvariantUUID:ea42962f-88f2-469b-903e-eb1a9ba846d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211030061205-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
ArtifactUUID:8aaab99b-eae8-4859-9b13-38819fdf2bb2
ArtifactChecksum:OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d422dd2-a707 0
ResourceCustomizationUUID:7c4e8eba-3bec-4a6a-ac50-15ba39d89773
ResourceInvariantUUID:3044fcc9-2d40-44df-bd83-f8b9e6860e76
ResourceName:vFW 2d422dd2-a707
ResourceType:VF
ResourceUUID:f62fa386-59c6-4382-9d04-98604fa95ea5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d422dd2a7070_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
ArtifactUUID:8817b350-6dfc-4308-9ab7-f4868dd3539c
ArtifactChecksum:OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
ArtifactUUID:82850f19-0cf4-46ce-aabe-74e5f8073ef9
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
ArtifactUUID:362e4e7b-20b3-455a-809f-df1dce3d2d28
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
ArtifactUUID:362e4e7b-20b3-455a-809f-df1dce3d2d28
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-30T06:14:46.960Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32d78c98-98cf-4c34-8687-d59c8c387421 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-10-30T06:14:47.021Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:14:47.022Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8aaab99b-eae8-4859-9b13-38819fdf2bb2 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:47.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.456Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:47.480Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar 8aaab99b-eae8-4859-9b13-38819fdf2bb2 98963
2021-10-30T06:14:47.482Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar ASDC sendASDCNotification
2021-10-30T06:14:47.482Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.483Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:47.484Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:47.486Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:47.486Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574487480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:47.587Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:47.588Z||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-10-30T06:14:47.588Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:47.600Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:47.601Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:48.487Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:14:48.489Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:48.489Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8aaab99b-eae8-4859-9b13-38819fdf2bb2, URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar to file: /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.491Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.573Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.573Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:49.401Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12806008062890216064/Definitions/service-Vfw20211030061205-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-30T06:14:52.016Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:14:52.022Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:14:52.023Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d422dd2-a707 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:14:52.036Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.044Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.044Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:14:52.046Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:14:52.049Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:14:52.051Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.051Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.055Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:14:52.061Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e98a1b3-287b-4052-8a5d-06a5145d9384
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21b1a471-677f-4c94-945e-60f776764cfe
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed354615-899c-467e-aaf3-a9aef166ec82
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-30 06-12-05
Description:catalog service description
Model UUID:32d78c98-98cf-4c34-8687-d59c8c387421
Model Version:NULL
Model InvariantUuid:ea42962f-88f2-469b-903e-eb1a9ba846d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2d422dd2-a707
Model UUID:df85b5b1-2001-4e0c-8e78-50eb129426f0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3044fcc9-2d40-44df-bd83-f8b9e6860e76
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7c4e8eba-3bec-4a6a-ac50-15ba39d89773
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5017d844-b7b3-4de4-a9e1-dec13f03dffe
ModelName:Vfw2d422dd2A707..base_vfw..module-0
ModelUuid:6df16738-9507-4bae-9fe1-2776630990c5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3e98a1b3-287b-4052-8a5d-06a5145d9384
ModelInvariantUuid:8166b2b5-6ac8-4aad-8023-82194f126d09
ModelName:vFW 2d422dd2-a707-nodes.vfwCvfc
ModelUuid:87fdf365-8738-42d2-8808-673911f63b0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:393046f1-b59f-410a-acb0-6f746072299a
ModelInvariantUuid:b477201e-2b41-4502-941d-01e16c65f82c
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vfw
ModelUuid:82aada97-1c16-467c-8c83-fe31fb727394
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:21b1a471-677f-4c94-945e-60f776764cfe
ModelInvariantUuid:79e9efb5-2604-4a79-84dc-038a16ad6d3a
ModelName:vFW 2d422dd2-a707-nodes.vsnCvfc
ModelUuid:8027c388-c099-4b03-8f53-eb9c0eff7585
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a531551c-456e-4028-8c8e-f68b07367bb5
ModelInvariantUuid:231f61b0-de07-4db6-aa48-7dea6aeb0b06
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vsn
ModelUuid:b9ce04e7-45d5-46c9-b639-7c1659590f58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ed354615-899c-467e-aaf3-a9aef166ec82
ModelInvariantUuid:0e5685dd-0f01-4d78-b1f0-8d982f51cdf0
ModelName:vFW 2d422dd2-a707-nodes.vpgCvfc
ModelUuid:96da4e2f-4afc-4076-8600-7f6485b0c0e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:30c621d9-ad66-4e82-aa94-977577984b69
ModelInvariantUuid:3d3a20e2-3fdb-44bb-9680-3cf27d13ecaa
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vpg
ModelUuid:f147e674-687f-4ef5-83d7-804bca7e8c07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:14:52.084Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f62fa386-59c6-4382-9d04-98604fa95ea5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:52.201Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||vFW 2d422dd2-a707 0
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f62fa386-59c6-4382-9d04-98604fa95ea5
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8817b350-6dfc-4308-9ab7-f4868dd3539c from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:52.212Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.508Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json 8817b350-6dfc-4308-9ab7-f4868dd3539c 785
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json ASDC sendASDCNotification
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.510Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:52.510Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:52.514Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:52.514Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574492509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:52.614Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:52.615Z||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-10-30T06:14:52.615Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:52.640Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:52.640Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:53.515Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d422dd2A707..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5017d844-b7b3-4de4-a9e1-dec13f03dffe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6df16738-9507-4bae-9fe1-2776630990c5",
"vfModuleModelCustomizationUUID": "6dacde5e-99ad-445f-b183-c128dc1762c7",
"isBase": true,
"artifacts": [
"82850f19-0cf4-46ce-aabe-74e5f8073ef9",
"362e4e7b-20b3-455a-809f-df1dce3d2d28"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-30T06:14:53.532Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d422dd2A707..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6df16738-9507-4bae-9fe1-2776630990c5
VfModuleModelInvariantUUID:5017d844-b7b3-4de4-a9e1-dec13f03dffe
VfModuleModelDescription:NULL
Artifacts UUID List:{
82850f19-0cf4-46ce-aabe-74e5f8073ef9
,
362e4e7b-20b3-455a-809f-df1dce3d2d28
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-30T06:14:53.536Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d422dd2A707..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5017d844-b7b3-4de4-a9e1-dec13f03dffe",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6df16738-9507-4bae-9fe1-2776630990c5",
"vfModuleModelCustomizationUUID": "6dacde5e-99ad-445f-b183-c128dc1762c7",
"isBase": true,
"artifacts": [
"82850f19-0cf4-46ce-aabe-74e5f8073ef9",
"362e4e7b-20b3-455a-809f-df1dce3d2d28"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d422dd2A707..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6df16738-9507-4bae-9fe1-2776630990c5
VfModuleModelInvariantUUID:5017d844-b7b3-4de4-a9e1-dec13f03dffe
VfModuleModelDescription:NULL
Artifacts UUID List:{
82850f19-0cf4-46ce-aabe-74e5f8073ef9
,
362e4e7b-20b3-455a-809f-df1dce3d2d28
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82850f19-0cf4-46ce-aabe-74e5f8073ef9 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:53.538Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.587Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml 82850f19-0cf4-46ce-aabe-74e5f8073ef9 20368
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.590Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:53.590Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:53.594Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:53.594Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574493589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:53.693Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:53.694Z||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-10-30T06:14:53.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:53.707Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:53.707Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:54.595Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 362e4e7b-20b3-455a-809f-df1dce3d2d28 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.595Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:54.597Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.646Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:54.647Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env 362e4e7b-20b3-455a-809f-df1dce3d2d28 2098
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:54.649Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:54.651Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:54.652Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574494648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:14:54.753Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:54.754Z||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-10-30T06:14:54.754Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:54.786Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:54.786Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:55.653Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 32d78c98-98cf-4c34-8687-d59c8c387421
2021-10-30T06:14:55.654Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d422dd2-a707 0 f62fa386-59c6-4382-9d04-98604fa95ea5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:55.686Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a0191ef, org.onap.sdc.toscaparser.api.parameters.Input@1bd8cd6c, org.onap.sdc.toscaparser.api.parameters.Input@72905d8e, org.onap.sdc.toscaparser.api.parameters.Input@4c4e8e85, org.onap.sdc.toscaparser.api.parameters.Input@5ad6e00a]
2021-10-30T06:14:55.689Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.689Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7c4e8eba-3bec-4a6a-ac50-15ba39d89773
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773 matches Tosca VF Customization UUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:14:55.697Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.697Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.698Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7c4e8eba-3bec-4a6a-ac50-15ba39d89773: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-30T06:14:55.698Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d335f76
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dacde5e-99ad-445f-b183-c128dc1762c7
2021-10-30T06:14:55.700Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dacde5e-99ad-445f-b183-c128dc1762c7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:14:55.707Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.707Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e98a1b3-287b-4052-8a5d-06a5145d9384
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21b1a471-677f-4c94-945e-60f776764cfe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.725Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.725Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.726Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.730Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:55.730Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed354615-899c-467e-aaf3-a9aef166ec82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.736Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.736Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=7c4e8eba-3bec-4a6a-ac50-15ba39d89773
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 32d78c98-98cf-4c34-8687-d59c8c387421: vFW 2d422dd2-a707
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-10-30 06-12-05
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:14:55.994Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d422dd2-a707 f62fa386-59c6-4382-9d04-98604fa95ea5 1 ASDC deployResourceStructure
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json ASDC sendASDCNotification
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:55.997Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:55.997Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574495995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:56.098Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:56.099Z||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-10-30T06:14:56.099Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:56.111Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:56.111Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:56.999Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:57.000Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:57.000Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574496998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:57.101Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:57.102Z||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-10-30T06:14:57.102Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:57.119Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:57.119Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:58.001Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T06:14:58.001Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:58.002Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:58.002Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:58.004Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:58.004Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574498001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:58.104Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:58.105Z||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-10-30T06:14:58.105Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:58.117Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:58.117Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:59.005Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar ASDC sendASDCNotification
2021-10-30T06:14:59.006Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:59.006Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:59.007Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:59.009Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:59.009Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574499005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:14:59.110Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:59.111Z||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-10-30T06:14:59.111Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:59.127Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:14:59.128Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:15:00.010Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:15:00.035Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:15:30.039Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:15:30.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:15:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:15:39.088Z||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-10-30T06:15:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:15:39.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:15:39.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:15:39.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574479445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:15:39.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:16:00.061Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:16:00.088Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:16:00.092Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:16:00.092Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:16:00.093Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:16:30.093Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:16:30.105Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:16:30.110Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:16:30.111Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:16:30.111Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:16:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:16:39.088Z||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-10-30T06:16:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:16:39.132Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:16:39.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:16:39.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:16:39.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:00.112Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:17:00.131Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:17:00.135Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:17:00.135Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:17:00.136Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:17:30.136Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:17:30.164Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:17:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:17:39.089Z||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-10-30T06:17:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:17:39.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:17:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574485162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574479084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574486166,
"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-10-30T06:17:39.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:17:39.635Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:17:39.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574487480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574492231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574492509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "aai-ml",
"timestamp": 1635574493237,
"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-10-30T06:17:39.650Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:17:39.650Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:17:39.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574493589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574494648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574495995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574496998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574498001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574499005,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:17:39.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:18:00.168Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:18:00.179Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
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-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:18:00.188Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:18:30.189Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:18:30.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48ceb6dd-2952-4735-8913-afa45789b95b and serviceModelVersionId: 32d78c98-98cf-4c34-8687-d59c8c387421
2021-10-30T06:18:30.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea42962f-88f2-469b-903e-eb1a9ba846d5
2021-10-30T06:18:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:18:39.089Z||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-10-30T06:18:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:44.364Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0
2021-10-30T06:18:44.518Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:18:45.031Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-30T06:18:45.036Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|INFO|500||Invoke
2021-10-30T06:18:45.158Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-30T06:18:46.785Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|INFO|500||InvokeReturn
2021-10-30T06:18:46.786Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211030-06:18:45:195-32920], vertex-id=[356392], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:18:45 GMT], Content-Type=[application/json]}
2021-10-30T06:18:46.787Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:18:46.790Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:18:46.791Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:18:46.797Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T06:18:46.798Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48ceb6dd-2952-4735-8913-afa45789b95b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:18:46.799Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:18:46.801Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:46.805Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:46.806Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574726798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:18:46.905Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:18:46.906Z||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-10-30T06:18:46.907Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:46.925Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:46.926Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:47.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:47.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:18:47.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574726798,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:18:47.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:18:47.821Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:18:47.822Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:18:47.822Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:53.208Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:53.209Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-30T06:18:53.209Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b3b532c-7fad-4b64-999b-bd24a3f4e41b","serviceName":"basic_onboard_naJgsf","serviceVersion":"1.0","serviceUUID":"cff37648-30fa-4de1-9f4d-b8da0c629acf","serviceDescription":"service","serviceInvariantUUID":"692b6353-9d71-47c3-b2af-988215f6e9ef","resources":[{"resourceInstanceName":"basic_onboard_naJgsf 0","resourceName":"basic_onboard_naJgsf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc84f176-9744-4a41-bb87-204a4cee8da2","resourceInvariantUUID":"a06d3dbf-0100-4455-908e-2bc09a3b5d82","resourceCustomizationUUID":"f781794b-0963-4c2f-b48c-bc3684af341e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml","artifactChecksum":"Yjk5OTUwYThjZGY1Zjk4OTZiZjZmODY4ZWQyNTI3MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0334c85a-6122-4432-9ab9-5e3f3882c121","artifactVersion":"1"},{"artifactName":"basic_onboard_najgsf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json","artifactChecksum":"Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b5e04ea-e011-464e-ba8a-1e3eb796981e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59cfdfea-f083-4cdd-9ada-4240cc97fdad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74d4a695-0bd6-4797-8f14-28a104036271","artifactVersion":"2","generatedFromUUID":"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNajgsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml","artifactChecksum":"OGIzNDU5YWRiMzgzZDMwNTgxMWM4OWNmOGUyZTIwZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0a61c11-2cf4-47b6-a42a-c0ec6ac37ba5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNajgsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar","artifactChecksum":"YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:18:53.212Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:53.213Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:53.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:53.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:18:53.315Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:53.316Z||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-10-30T06:18:53.316Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:53.331Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:53.331Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:18:54.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:54.216Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:54.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:54.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:18:54.318Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:54.319Z||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-10-30T06:18:54.319Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:54.330Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:54.331Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:55.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:55.220Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:55.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:55.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:18:55.322Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:55.323Z||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-10-30T06:18:55.323Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:55.334Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:55.335Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:56.223Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:56.225Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:56.227Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:56.228Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:18:56.328Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:56.329Z||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-10-30T06:18:56.329Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:56.339Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:56.340Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:57.229Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:57.229Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:57.231Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:57.231Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T06:18:57.332Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:57.333Z||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-10-30T06:18:57.333Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:57.347Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:57.348Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:58.232Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:58.234Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:58.236Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:58.236Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:18:58.336Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:58.337Z||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-10-30T06:18:58.337Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:58.347Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:58.348Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:59.237Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:59.238Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:59.241Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:59.241Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:18:59.341Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:59.342Z||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-10-30T06:18:59.342Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:59.354Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:18:59.355Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"serviceName": "basic_onboard_naJgsf",
"serviceVersion": "1.0",
"serviceUUID": "cff37648-30fa-4de1-9f4d-b8da0c629acf",
"serviceDescription": "service",
"serviceInvariantUUID": "692b6353-9d71-47c3-b2af-988215f6e9ef",
"resources": [
{
"resourceInstanceName": "basic_onboard_naJgsf 0",
"resourceCustomizationUUID": "f781794b-0963-4c2f-b48c-bc3684af341e",
"resourceName": "basic_onboard_naJgsf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc84f176-9744-4a41-bb87-204a4cee8da2",
"resourceInvariantUUID": "a06d3dbf-0100-4455-908e-2bc09a3b5d82",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_najgsf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"artifactChecksum": "Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b5e04ea-e011-464e-ba8a-1e3eb796981e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74d4a695-0bd6-4797-8f14-28a104036271",
"generatedFromUUID": "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "74d4a695-0bd6-4797-8f14-28a104036271",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNajgsf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"artifactChecksum": "YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270"
}
],
"workloadContext": "Production"
}
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cff37648-30fa-4de1-9f4d-b8da0c629acf ASDC
2021-10-30T06:19:00.244Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5b3b532c-7fad-4b64-999b-bd24a3f4e41b
ServiceName:basic_onboard_naJgsf
ServiceVersion:1.0
ServiceUUID:cff37648-30fa-4de1-9f4d-b8da0c629acf
ServiceInvariantUUID:692b6353-9d71-47c3-b2af-988215f6e9ef
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNajgsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
ArtifactUUID:83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270
ArtifactChecksum:YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_naJgsf 0
ResourceCustomizationUUID:f781794b-0963-4c2f-b48c-bc3684af341e
ResourceInvariantUUID:a06d3dbf-0100-4455-908e-2bc09a3b5d82
ResourceName:basic_onboard_naJgsf
ResourceType:VF
ResourceUUID:cc84f176-9744-4a41-bb87-204a4cee8da2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_najgsf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
ArtifactUUID:3b5e04ea-e011-464e-ba8a-1e3eb796981e
ArtifactChecksum:Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
ArtifactUUID:74d4a695-0bd6-4797-8f14-28a104036271
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
ArtifactUUID:74d4a695-0bd6-4797-8f14-28a104036271
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-30T06:19:00.244Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cff37648-30fa-4de1-9f4d-b8da0c629acf 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-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.576Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270 71559
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar ASDC sendASDCNotification
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:00.581Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:00.584Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:00.584Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574740580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:00.683Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:19:00.684Z||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-10-30T06:19:00.684Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:00.696Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:00.696Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:01.585Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:19:01.590Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:01.590Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270, URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.720Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15288608744214489655/Definitions/service-BasicOnboardNajgsf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-30T06:19:02.834Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_naJgsf 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-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0bf7e966-5d7e-41b5-9874-051126ac2146
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_naJgsf
Description:service
Model UUID:cff37648-30fa-4de1-9f4d-b8da0c629acf
Model Version:NULL
Model InvariantUuid:692b6353-9d71-47c3-b2af-988215f6e9ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_naJgsf
Model UUID:8997c3ec-cf53-4334-a0bf-6ce1fc95d674
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a06d3dbf-0100-4455-908e-2bc09a3b5d82
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f781794b-0963-4c2f-b48c-bc3684af341e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
ModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
ModelUuid:6494d646-2fe1-45bf-857f-5f90db287593
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0bf7e966-5d7e-41b5-9874-051126ac2146
ModelInvariantUuid:a8df3c4a-3ec5-44f2-bb8c-d0312381da16
ModelName:basic_onboard_naJgsf-nodes.ubuntu18Cvfc
ModelUuid:354e1d01-c635-4a93-a6f6-5f9a3a75c6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7143daa8-c9eb-4240-b9f3-07cf39070752
ModelInvariantUuid:746026fb-c86d-4b39-92d4-a7ff6078675a
ModelName:BasicOnboardNajgsf.compute.nodes.heat.ubuntu18
ModelUuid:6298b709-f3cc-4d67-977c-d4e7b9e7e16d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:19:02.852Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cc84f176-9744-4a41-bb87-204a4cee8da2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||basic_onboard_naJgsf 0
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc84f176-9744-4a41-bb87-204a4cee8da2
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b5e04ea-e011-464e-ba8a-1e3eb796981e from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:02.855Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:02.855Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:03.562Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:03.562Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json 3b5e04ea-e011-464e-ba8a-1e3eb796981e 798
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json ASDC sendASDCNotification
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:03.565Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:03.565Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574743562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:03.665Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:03.666Z||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-10-30T06:19:03.666Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:03.683Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:03.685Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:04.566Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNajgsf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "78c8fbd2-9c2f-4230-95ad-8dc3fb933c38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6494d646-2fe1-45bf-857f-5f90db287593",
"vfModuleModelCustomizationUUID": "52de273b-0399-4183-bac5-64f9c1ea119c",
"isBase": true,
"artifacts": [
"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
"74d4a695-0bd6-4797-8f14-28a104036271"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-30T06:19:04.571Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6494d646-2fe1-45bf-857f-5f90db287593
VfModuleModelInvariantUUID:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
,
74d4a695-0bd6-4797-8f14-28a104036271
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNajgsf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "78c8fbd2-9c2f-4230-95ad-8dc3fb933c38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6494d646-2fe1-45bf-857f-5f90db287593",
"vfModuleModelCustomizationUUID": "52de273b-0399-4183-bac5-64f9c1ea119c",
"isBase": true,
"artifacts": [
"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
"74d4a695-0bd6-4797-8f14-28a104036271"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6494d646-2fe1-45bf-857f-5f90db287593
VfModuleModelInvariantUUID:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
,
74d4a695-0bd6-4797-8f14-28a104036271
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbce7846-4e48-4dc9-9d4e-c2d78f7caa51 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:04.574Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:05.411Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml bbce7846-4e48-4dc9-9d4e-c2d78f7caa51 5033
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:05.413Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:05.414Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:05.414Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574745412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:05.515Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:19:05.516Z||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-10-30T06:19:05.516Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:05.528Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:05.529Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:06.415Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74d4a695-0bd6-4797-8f14-28a104036271 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.415Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:06.416Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.965Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env 74d4a695-0bd6-4797-8f14-28a104036271 909
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:06.967Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:06.969Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:06.970Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574746966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:07.069Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:19:07.070Z||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-10-30T06:19:07.070Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:07.100Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:07.101Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:07.971Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cff37648-30fa-4de1-9f4d-b8da0c629acf
2021-10-30T06:19:07.971Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_naJgsf 0 cc84f176-9744-4a41-bb87-204a4cee8da2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:07.983Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e9b90af, org.onap.sdc.toscaparser.api.parameters.Input@360a607e, org.onap.sdc.toscaparser.api.parameters.Input@6656dbf0, org.onap.sdc.toscaparser.api.parameters.Input@371bfb5c, org.onap.sdc.toscaparser.api.parameters.Input@65d71bf8]
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f781794b-0963-4c2f-b48c-bc3684af341e
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f781794b-0963-4c2f-b48c-bc3684af341e matches Tosca VF Customization UUID: f781794b-0963-4c2f-b48c-bc3684af341e
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f781794b-0963-4c2f-b48c-bc3684af341e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:19:07.987Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f781794b-0963-4c2f-b48c-bc3684af341e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@384b8c5b
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52de273b-0399-4183-bac5-64f9c1ea119c
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52de273b-0399-4183-bac5-64f9c1ea119c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:19:07.991Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0bf7e966-5d7e-41b5-9874-051126ac2146
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:19:07.995Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=f781794b-0963-4c2f-b48c-bc3684af341e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cff37648-30fa-4de1-9f4d-b8da0c629acf: basic_onboard_naJgsf
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_naJgsf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:19:08.094Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_naJgsf cc84f176-9744-4a41-bb87-204a4cee8da2 1 ASDC deployResourceStructure
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json ASDC sendASDCNotification
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:08.097Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:08.097Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574748095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:08.198Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:08.198Z||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-10-30T06:19:08.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:08.210Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:08.211Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:09.103Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T06:19:09.104Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:09.104Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:09.105Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:09.112Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:09.112Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574749098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:09.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-30T06:19:09.211Z||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-10-30T06:19:09.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:09.227Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:09.227Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:10.122Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T06:19:10.122Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:10.123Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:10.123Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:10.125Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:10.125Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574750122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:10.225Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:10.226Z||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-10-30T06:19:10.227Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:10.240Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:10.241Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:11.130Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar ASDC sendASDCNotification
2021-10-30T06:19:11.130Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:11.131Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:11.132Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:11.133Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:11.134Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574751130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:11.234Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:11.235Z||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-10-30T06:19:11.235Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:11.261Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:11.262Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:12.137Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:19:12.147Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
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-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:19:39.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:19:39.091Z||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-10-30T06:19:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:39.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:19:39.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "dcae-sch",
"timestamp": 1635574732082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574727104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574727821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574740505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574740580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574741672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574735755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574743478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574743562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574737102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574744288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574744502,
"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-10-30T06:19:39.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.772Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574745195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574745412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574738646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635574745510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "cds",
"timestamp": 1635574746201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-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-10-30T06:19:39.797Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "ves-openapi-manager",
"timestamp": 1635574739694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574746966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574746982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574747993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574748095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574741517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "policy-id",
"timestamp": 1635574749001,
"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-10-30T06:19:39.817Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.817Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574749098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574750024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574750122,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574751130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574752671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574746384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574753301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635574753689,
"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-10-30T06:19:39.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.844Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "aai-ml",
"timestamp": 1635574754305,
"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-10-30T06:19:39.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574758246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574760255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "clamp",
"timestamp": 1635574761264,
"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-10-30T06:19:39.873Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:42.151Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:19:42.163Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
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-10-30T06:19:42.165Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:19:42.165Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:19:42.170Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:20:12.171Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:20:12.176Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b and serviceModelVersionId: cff37648-30fa-4de1-9f4d-b8da0c629acf
2021-10-30T06:20:12.176Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 692b6353-9d71-47c3-b2af-988215f6e9ef
2021-10-30T06:20:12.178Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0
2021-10-30T06:20:12.184Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:20:12.245Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-30T06:20:12.248Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|INFO|500||Invoke
2021-10-30T06:20:12.284Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-30T06:20:12.514Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|INFO|500||InvokeReturn
2021-10-30T06:20:12.520Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211030-06:20:12:319-83319], vertex-id=[163944], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:20:12 GMT], Content-Type=[application/json]}
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:20:12.527Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T06:20:12.527Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b3b532c-7fad-4b64-999b-bd24a3f4e41b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:20:12.528Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:20:12.528Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:20:12.534Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:20:12.534Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574812527,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:20:12.631Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-30T06:20:12.632Z||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-10-30T06:20:12.632Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:12.646Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:12.647Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:20:13.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:13.546Z||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-10-30T06:20:13.546Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:23.117Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:23.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:23.118Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:20:23.118Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:32.661Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:32.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:32.664Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:20:32.665Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:39.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:39.092Z||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-10-30T06:20:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:39.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:39.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:20:39.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635574812527,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:20:39.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:20:42.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:42.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:42.234Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:20:42.234Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:51.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:20:51.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:51.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:20:51.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:01.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:21:39.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:21:39.087Z||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-10-30T06:21:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:21:39.087Z||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-10-30T06:21:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:48.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:21:48.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:22:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:22:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:22:39.087Z||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-10-30T06:22:39.088Z||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-10-30T06:22:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:22:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:22:48.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:22:48.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:23:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:23:39.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:23:39.095Z||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-10-30T06:23:39.096Z||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-10-30T06:23:39.096Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:23:39.096Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:23:48.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:23:48.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:24:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:24:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:24:39.090Z||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-10-30T06:24:39.090Z||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-10-30T06:24:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:24:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:24:48.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:24:48.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:25:39.084Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:25:39.086Z||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-10-30T06:25:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:25:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:25:39.087Z||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-10-30T06:25:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:25:48.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:25:48.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:26:39.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:26:39.086Z||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-10-30T06:26:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:26:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:26:39.087Z||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-10-30T06:26:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:26:48.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:26:48.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:27:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:27:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:27:39.090Z||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-10-30T06:27:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:27:39.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:27:39.091Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:27:48.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:27:48.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:28:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:28:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:28:39.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:28:39.089Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:28:39.089Z||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-10-30T06:28:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:28:48.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:28:48.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:29:39.085Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:29:39.085Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:29:39.086Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:29:48.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:29:48.639Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:30:39.085Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:30:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:30:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:30:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:30:39.087Z||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-10-30T06:30:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:30:48.643Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:30:48.659Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:31:39.086Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:31:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:31:39.089Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T06:31:39.089Z||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-10-30T06:31:39.090Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:31:48.658Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:31:48.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:32:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:32:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:32:39.088Z||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-10-30T06:32:39.088Z||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-10-30T06:32:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:32:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:32:48.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:32:48.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:33:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:33:39.085Z||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-10-30T06:33:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:33:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:33:39.088Z||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-10-30T06:33:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:33:48.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:33:48.663Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:34:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:34:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:34:39.088Z||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-10-30T06:34:39.088Z||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-10-30T06:34:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:34:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:34:48.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:34:48.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:35:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:35:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:35:39.088Z||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-10-30T06:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:35:39.088Z||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-10-30T06:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:35:48.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:35:48.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:36:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:36:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:36:39.089Z||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-10-30T06:36:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:36:39.089Z||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-10-30T06:36:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:36:48.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:36:48.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:37:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:37:39.089Z||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-10-30T06:37:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:37:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:37:39.092Z||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-10-30T06:37:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:37:48.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:37:48.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:38:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:38:39.088Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:38:39.091Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:38:39.091Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:38:39.091Z||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-10-30T06:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:38:48.639Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:38:48.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:39:39.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:39:39.090Z||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-10-30T06:39:39.090Z||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-10-30T06:39:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.262Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:39.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575946383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575952100,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575947104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "dcae-sch",
"timestamp": 1635575952083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575961479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575961584,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "cds",
"timestamp": 1635575962623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:39:39.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575962680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575964560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575958646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575965584,
"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-10-30T06:39:39.325Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.325Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "ves-openapi-manager",
"timestamp": 1635575959694,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575966589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575966779,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575967788,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "policy-id",
"timestamp": 1635575968791,
"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-10-30T06:39:39.350Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575970461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575971480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575965755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "clamp",
"timestamp": 1635575972483,
"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-10-30T06:39:39.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.365Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "aai-ml",
"timestamp": 1635575973529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "clamp",
"timestamp": 1635575976383,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "clamp",
"timestamp": 1635575976383,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "cds",
"timestamp": 1635575967100,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635575971515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635575967602,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
"consumerID": "dcae-sch",
"timestamp": 1635575972082,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T06:39:39.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:39.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a1b9800-f282-4534-add2-37b8d0382573","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4df21f96-f1ae-499c-9fc8-75288142788f","serviceDescription":"service","serviceInvariantUUID":"e5aa2983-5c89-4d9a-a6b1-61406c5c033e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a62bc13d-e3a6-4671-867a-46cf18c2fcc1","resourceInvariantUUID":"b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8","resourceCustomizationUUID":"3cb14757-dc2f-4199-84c5-654971613475","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":"MGU1MzEwZGMyMmY2MDllYTNhNWQ5Nzk0NzJlMTJhYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5053505a-ecd0-46b0-aa12-b7625a4ff098","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":"ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ee3c7c8-375d-43f3-9774-cb523e1c18a5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79606472-0c09-48aa-a2b4-0db4c04520f3","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":"ff7a7d68-f870-4ed3-b762-4c4969122cab","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8239fbeb-cad4-4726-95f3-afa083c8db47","artifactVersion":"2","generatedFromUUID":"79606472-0c09-48aa-a2b4-0db4c04520f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRlYjdhNTllMmUzNzgyMmJhMGU3ZTVhZDc1MGE4NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac6fb42d-cd31-49bc-8cd3-93d0ec8a3239","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"281b6816-1d9b-4dd3-81bc-eed08934043d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:39:39.764Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:39.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:39.776Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:39.776Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.876Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:39.878Z||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-10-30T06:39:39.878Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.894Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:39.895Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:40.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:40.778Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:40.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:40.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T06:39:40.881Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:40.882Z||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-10-30T06:39:40.882Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:40.913Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:40.914Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:41.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:41.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:41.788Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:41.788Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-30T06:39:41.883Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-30T06:39:41.884Z||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-10-30T06:39:41.884Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:41.900Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:41.901Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:42.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:42.790Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:42.792Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:42.792Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:42.892Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:42.892Z||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-10-30T06:39:42.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:42.902Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:42.903Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:43.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:43.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:43.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:43.795Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-30T06:39:43.895Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:43.897Z||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-10-30T06:39:43.897Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:43.932Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:43.933Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:44.796Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:44.797Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:44.799Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:44.799Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T06:39:44.899Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:44.900Z||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-10-30T06:39:44.900Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:44.911Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:44.912Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:45.800Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:45.801Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:45.803Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:45.803Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575979086,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T06:39:45.903Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:45.904Z||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-10-30T06:39:45.904Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:45.914Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:45.915Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "4df21f96-f1ae-499c-9fc8-75288142788f",
"serviceDescription": "service",
"serviceInvariantUUID": "e5aa2983-5c89-4d9a-a6b1-61406c5c033e",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3cb14757-dc2f-4199-84c5-654971613475",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a62bc13d-e3a6-4671-867a-46cf18c2fcc1",
"resourceInvariantUUID": "b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8",
"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": "ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ee3c7c8-375d-43f3-9774-cb523e1c18a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "79606472-0c09-48aa-a2b4-0db4c04520f3",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8239fbeb-cad4-4726-95f3-afa083c8db47",
"generatedFromUUID": "79606472-0c09-48aa-a2b4-0db4c04520f3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8239fbeb-cad4-4726-95f3-afa083c8db47",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "281b6816-1d9b-4dd3-81bc-eed08934043d"
}
],
"workloadContext": "Production"
}
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4df21f96-f1ae-499c-9fc8-75288142788f ASDC
2021-10-30T06:39:46.805Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5a1b9800-f282-4534-add2-37b8d0382573
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4df21f96-f1ae-499c-9fc8-75288142788f
ServiceInvariantUUID:e5aa2983-5c89-4d9a-a6b1-61406c5c033e
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:281b6816-1d9b-4dd3-81bc-eed08934043d
ArtifactChecksum:YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3cb14757-dc2f-4199-84c5-654971613475
ResourceInvariantUUID:b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a62bc13d-e3a6-4671-867a-46cf18c2fcc1
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:7ee3c7c8-375d-43f3-9774-cb523e1c18a5
ArtifactChecksum:ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg=
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:79606472-0c09-48aa-a2b4-0db4c04520f3
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8239fbeb-cad4-4726-95f3-afa083c8db47
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8239fbeb-cad4-4726-95f3-afa083c8db47
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-30T06:39:46.805Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4df21f96-f1ae-499c-9fc8-75288142788f 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-10-30T06:39:46.840Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 281b6816-1d9b-4dd3-81bc-eed08934043d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-30T06:39:46.842Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:46.842Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.087Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:47.090Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 281b6816-1d9b-4dd3-81bc-eed08934043d 71044
2021-10-30T06:39:47.090Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:47.093Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:47.093Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575987090,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:47.193Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:47.195Z||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-10-30T06:39:47.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:47.205Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:47.206Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:48.094Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:39:48.095Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:48.096Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 281b6816-1d9b-4dd3-81bc-eed08934043d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.097Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-30T06:39:48.098Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.098Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.432Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15748681649501315548/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5149794-bffa-45ed-8721-608c140505f9
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4df21f96-f1ae-499c-9fc8-75288142788f
Model Version:NULL
Model InvariantUuid:e5aa2983-5c89-4d9a-a6b1-61406c5c033e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:4b2d4e3c-764e-4b19-8456-c18c4441de3c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3cb14757-dc2f-4199-84c5-654971613475
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be557f19-6c99-49fb-af9d-94d28637bbc8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9b6b1a4e-1180-446d-8f6d-562903b3810d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e5149794-bffa-45ed-8721-608c140505f9
ModelInvariantUuid:ead1617a-51ef-4c4e-b53f-783b934f5def
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7ea5c7d7-4349-43a0-941e-e9be3780dfd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:453bae48-22f1-4bb2-804f-3f5eb54d542e
ModelInvariantUuid:f3cc8f6a-505d-4f06-8639-6158839cbd72
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2db694a8-893f-4444-9e93-7d85b18a920c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:39:49.647Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a62bc13d-e3a6-4671-867a-46cf18c2fcc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:49.654Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a62bc13d-e3a6-4671-867a-46cf18c2fcc1
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7ee3c7c8-375d-43f3-9774-cb523e1c18a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.224Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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 7ee3c7c8-375d-43f3-9774-cb523e1c18a5 787
2021-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:50.226Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:50.227Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:50.228Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575990225,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:50.328Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:50.329Z||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-10-30T06:39:50.329Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:50.342Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:50.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:51.229Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "be557f19-6c99-49fb-af9d-94d28637bbc8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b6b1a4e-1180-446d-8f6d-562903b3810d",
"vfModuleModelCustomizationUUID": "0466f1f8-c75d-495a-8fc5-23f6227c27ce",
"isBase": true,
"artifacts": [
"79606472-0c09-48aa-a2b4-0db4c04520f3",
"8239fbeb-cad4-4726-95f3-afa083c8db47"
],
"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-10-30T06:39:51.236Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b6b1a4e-1180-446d-8f6d-562903b3810d
VfModuleModelInvariantUUID:be557f19-6c99-49fb-af9d-94d28637bbc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
79606472-0c09-48aa-a2b4-0db4c04520f3
,
8239fbeb-cad4-4726-95f3-afa083c8db47
}
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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "be557f19-6c99-49fb-af9d-94d28637bbc8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b6b1a4e-1180-446d-8f6d-562903b3810d",
"vfModuleModelCustomizationUUID": "0466f1f8-c75d-495a-8fc5-23f6227c27ce",
"isBase": true,
"artifacts": [
"79606472-0c09-48aa-a2b4-0db4c04520f3",
"8239fbeb-cad4-4726-95f3-afa083c8db47"
],
"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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b6b1a4e-1180-446d-8f6d-562903b3810d
VfModuleModelInvariantUUID:be557f19-6c99-49fb-af9d-94d28637bbc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
79606472-0c09-48aa-a2b4-0db4c04520f3
,
8239fbeb-cad4-4726-95f3-afa083c8db47
}
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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79606472-0c09-48aa-a2b4-0db4c04520f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 79606472-0c09-48aa-a2b4-0db4c04520f3 5033
2021-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:51.593Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:51.593Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575991589,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:51.692Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:51.693Z||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-10-30T06:39:51.694Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:51.703Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:51.703Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:52.595Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8239fbeb-cad4-4726-95f3-afa083c8db47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-30T06:39:52.596Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:52.596Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.704Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8239fbeb-cad4-4726-95f3-afa083c8db47 903
2021-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:52.706Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:52.708Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:52.708Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635575992705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T06:39:52.808Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:52.812Z||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-10-30T06:39:52.812Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:52.844Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T06:39:52.845Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:53.709Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4df21f96-f1ae-499c-9fc8-75288142788f
2021-10-30T06:39:53.709Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a62bc13d-e3a6-4671-867a-46cf18c2fcc1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:53.724Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9bca4d, org.onap.sdc.toscaparser.api.parameters.Input@667f5375, org.onap.sdc.toscaparser.api.parameters.Input@819142d, org.onap.sdc.toscaparser.api.parameters.Input@5c0d998b, org.onap.sdc.toscaparser.api.parameters.Input@3f27f9e5]
2021-10-30T06:39:53.726Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3cb14757-dc2f-4199-84c5-654971613475
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3cb14757-dc2f-4199-84c5-654971613475 matches Tosca VF Customization UUID: 3cb14757-dc2f-4199-84c5-654971613475
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3cb14757-dc2f-4199-84c5-654971613475 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:39:53.730Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.730Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3cb14757-dc2f-4199-84c5-654971613475: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53d62d9b
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0466f1f8-c75d-495a-8fc5-23f6227c27ce
2021-10-30T06:39:53.732Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0466f1f8-c75d-495a-8fc5-23f6227c27ce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5149794-bffa-45ed-8721-608c140505f9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:39:53.739Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3cb14757-dc2f-4199-84c5-654971613475
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4df21f96-f1ae-499c-9fc8-75288142788f: basic_vm
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery