By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-28T03:24:26.096Z||main|||||INFO|500||The following profiles are active: basic
2022-05-28T03:24:34.036Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-28T03:24:34.037Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-28T03:24:34.133Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-28T03:24:37.067Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-28T03:24:37.406Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-28T03:24:37.753Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-28T03:24:37.775Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-28T03:24:37.846Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-28T03:24:38.018Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-28T03:24:38.444Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-28T03:24:39.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-28T03:24:41.458Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-28T03:24:41.496Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-28T03:24:41.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-28T03:24:42.149Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-28T03:24:42.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-28T03:24:43.443Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-28T03:24:43.461Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-28T03:24:43.462Z||main|||||WARN|500||The sdc end point is not alive
2022-05-28T03:24:45.355Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-28T03:24:47.644Z||main|||||WARN|500||---
2022-05-28T03:24:47.645Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-28T03:24:47.645Z||main|||||WARN|500||---
2022-05-28T03:24:47.973Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-28T03:24:51.901Z||main|||||INFO|500||Started Application in 28.057 seconds (JVM running for 29.657)
2022-05-28T03:24:51.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-28T03:24:51.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-28T03:24:51.933Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-28T03:24:51.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-28T03:24:51.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0384e1c1-7557-43d0-8953-5f07e5d4ceb8 url= /sdc/v1/artifactTypes
2022-05-28T03:24:51.998Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-28T03:24:52.249Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-28T03:24:52.271Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-28T03:24:52.290Z||scheduling-1|||||DEBUG|500||create keys
2022-05-28T03:24:52.297Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-28T03:24:52.361Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:24:52.378Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3c30e51f-694c-41ea-9c02-50437931116f url= /sdc/v1/registerForDistribution
2022-05-28T03:24:52.491Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3c30e51f-694c-41ea-9c02-50437931116f url= /sdc/v1/registerForDistribution
2022-05-28T03:24:52.492Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-28T03:24:52.503Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:24:52.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:24:52.511Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-28T03:24:52.512Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:24:52.512Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:24:52.513Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:24:52.514Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:25:02.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:25:02.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:25:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:25:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:25:52.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:25:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:25:52.503Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:25:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:26:02.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:26:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:26:52.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:26:52.501Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:26:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:26:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:26:52.502Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:26:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:27:02.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:27:02.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:27:52.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:27:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:27:52.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:27:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:27:52.503Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:27:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:28:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:28:02.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:28:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:28:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:28:52.504Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:28:52.504Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:28:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:28:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:29:02.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:29:02.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:29:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:29:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:29:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:29:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:29:52.503Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:29:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:30:02.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:30:02.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:30:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:30:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:30:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:30:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:30:52.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:30:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:31:02.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:31:02.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:31:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:31:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:31:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:31:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:31:52.503Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:31:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:32:02.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:32:02.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:32:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:32:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:32:52.504Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:32:52.504Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:32:52.505Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:32:52.505Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:33:02.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:33:02.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:33:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:33:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:33:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:33:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:33:52.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:33:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:34:02.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:34:02.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:34:41.580Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-28T03:34:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:34:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:34:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:34:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:34:52.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:34:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:35:02.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:35:02.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:35:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:35:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:35:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:35:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:35:52.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:35:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:36:02.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:36:02.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:36:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:36:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:36:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:36:52.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:36:52.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:36:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:37:02.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:37:02.096Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:37:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:37:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:37:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:37:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:37:52.503Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:37:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:38:02.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:38:02.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:38:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:38:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:38:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:38:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:38:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:38:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:39:02.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:39:02.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:39:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:39:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:39:52.503Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:39:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:39:52.504Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:39:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:40:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:40:02.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:40:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:40:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:40:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:40:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:40:52.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:40:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:41:02.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:41:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:41:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:41:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:41:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:41:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:41:52.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:41:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:42:02.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:42:02.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:42:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:42:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:42:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:42:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:42:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:42:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:43:02.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:43:02.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:43:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:43:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:43:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:43:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:43:52.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:43:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:44:02.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:44:02.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:44:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:44:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:44:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:44:52.502Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:44:52.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:44:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:45:02.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:45:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:45:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:45:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:45:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:45:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:45:52.502Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:45:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:46:02.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:46:02.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:46:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:46:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:46:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:46:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:46:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:46:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:47:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:47:02.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:47:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:47:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:47:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:47:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:47:52.503Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:47:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:48:02.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:48:02.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:48:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:48:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:48:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:48:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:48:52.503Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:48:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:49:02.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:49:02.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:49:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:49:52.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:49:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:49:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:49:52.502Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:49:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:50:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:50:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:50:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:50:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:50:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:50:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:50:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:50:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:51:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:51:02.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:51:52.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:51:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:51:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:51:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:51:52.503Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:51:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:52:02.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:52:02.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:52:52.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:52:52.500Z||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.
2022-05-28T03:52:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:52:52.502Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:52:52.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:52:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:53:02.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:53:02.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:53:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:53:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:53:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:53:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:53:52.503Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:53:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:54:02.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:54:02.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:54:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:54:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:54:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:54:52.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:54:52.502Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:54:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:55:02.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:55:02.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:55:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:55:52.501Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:55:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:55:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:55:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:55:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:56:02.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:56:02.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:56:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:56:52.501Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:56:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:56:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:56:52.502Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:56:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:57:02.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:57:02.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:57:52.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:57:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:57:52.504Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:57:52.504Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:57:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:57:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:58:02.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:58:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:58:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:58:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:58:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:58:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:58:52.502Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:58:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:59:02.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:59:02.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T03:59:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:59:52.501Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:59:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T03:59:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T03:59:52.502Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T03:59:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:00:02.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:00:02.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:00:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:00:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:00:52.500Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:00:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:00:52.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:00:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:01:02.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:01:02.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:01:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:01:52.501Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:01:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:01:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:01:52.503Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:01:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:02:02.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:02:02.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:02:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:02:52.501Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:02:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:02:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:02:52.503Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:02:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:03:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:03:02.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:03:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:03:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:03:52.503Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:03:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:03:52.503Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:03:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:04:02.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:04:02.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:04:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:04:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:04:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:04:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:04:52.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:04:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:05:02.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:05:02.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:05:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:05:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:05:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:05:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:05:52.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:05:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:02.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:02.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:06:52.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:06:52.501Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:52.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:06:52.502Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:06:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:52.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:52.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710761671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710763646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710764213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710765366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710773110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710772631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710772693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710773285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "cds",
"timestamp": 1653710773651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:52.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710773703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710767571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710774395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "policy-id",
"timestamp": 1653710774710,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.048Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710775492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710776614,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.067Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-28T04:06:53.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710777622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710771008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710778204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710779208,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710775328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710783176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710784559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710786207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "clamp",
"timestamp": 1653710787212,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.094Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.094Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710799539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "aai-ml",
"timestamp": 1653710800544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e
2022-05-28T04:06:53.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "ves-openapi-manager",
"timestamp": 1653710791008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710791671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710793647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710802917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710803398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710797571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "cds",
"timestamp": 1653710803924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.134Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:53.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"da248477-1528-40ba-8084-b2dc4337059e","serviceName":"vFW 2022-05-28 04-04-47","serviceVersion":"1.0","serviceUUID":"b8b3c56a-bd37-4883-8771-09c60b4e825f","serviceDescription":"catalog service description","serviceInvariantUUID":"7450576d-c3c5-4dee-ade2-fc0f7816189e","resources":[{"resourceInstanceName":"vFW 253d8679-6f66 0","resourceName":"vFW 253d8679-6f66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5ff5f34-96a0-47ca-a84d-ffe5d958de30","resourceInvariantUUID":"2c35d497-aebe-4b45-abd5-b5dd5b3c3e05","resourceCustomizationUUID":"c26412b5-170f-4866-bf27-686a1fa7f47e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml","artifactChecksum":"ZDUxNWY4Mzk1YzY1NDhjZmNmMjNkYmE0MjhjODU4OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6f6ad6c-ff70-4353-8ac3-b8f72db2da0d","artifactVersion":"1"},{"artifactName":"vfw253d86796f660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json","artifactChecksum":"MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30e7af72-c601-4715-9ff0-10eeb278182f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c00314e-0c8a-4e47-a915-f150eb8bc562","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml","artifactChecksum":"OGIwYjZiZGI1YTlmMWMyNGIxMmU2N2M4Y2EyYWIwODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f098764-cb71-4b44-a964-8fb5cf4f1b24","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc2faf9b-f96f-47a0-baf2-d007c51e4bbc","artifactVersion":"2","generatedFromUUID":"3c00314e-0c8a-4e47-a915-f150eb8bc562"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220528040447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml","artifactChecksum":"ZGE1NmQyNmYzMTc1MzMyZGVlM2VjMDAzMGM0ZGI3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbe01692-863f-4acf-808d-4cfd70638c96","artifactVersion":"1"},{"artifactName":"service-Vfw20220528040447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar","artifactChecksum":"YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bea6945c-5e16-4d1b-a2db-f0a16c65f67f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-28T04:06:53.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:06:53.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.141Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710805609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653710806614,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:06:53.148Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:53.150Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:06:53.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710810199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710804213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710805365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710811946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710805328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-28T04:06:53.259Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-28T04:06:53.263Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:53.263Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:53.275Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:53.276Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:06:54.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:54.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:54.169Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:54.169Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:06:54.269Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:54.270Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:54.270Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:54.291Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:54.292Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:06:55.172Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:55.173Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:55.176Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:55.176Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:06:55.276Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:55.277Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:55.278Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:55.304Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:55.305Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:06:56.176Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:56.177Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:56.183Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:56.183Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:56.283Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:56.284Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:56.285Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:56.298Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:56.299Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:06:57.184Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:57.185Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:57.187Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:57.187Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-28T04:06:57.287Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:57.288Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:57.288Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:57.306Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:57.307Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:06:58.187Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:58.188Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:58.191Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:58.191Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:06:58.291Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:58.293Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:58.293Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:58.310Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:58.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:06:59.191Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:06:59.192Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:06:59.194Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:06:59.195Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:06:59.295Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:06:59.296Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:06:59.296Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:06:59.315Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:06:59.315Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-05-28T04:07:00.196Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"serviceName": "vFW 2022-05-28 04-04-47",
"serviceVersion": "1.0",
"serviceUUID": "b8b3c56a-bd37-4883-8771-09c60b4e825f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7450576d-c3c5-4dee-ade2-fc0f7816189e",
"resources": [
{
"resourceInstanceName": "vFW 253d8679-6f66 0",
"resourceCustomizationUUID": "c26412b5-170f-4866-bf27-686a1fa7f47e",
"resourceName": "vFW 253d8679-6f66",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5ff5f34-96a0-47ca-a84d-ffe5d958de30",
"resourceInvariantUUID": "2c35d497-aebe-4b45-abd5-b5dd5b3c3e05",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw253d86796f660_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"artifactChecksum": "MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "30e7af72-c601-4715-9ff0-10eeb278182f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3c00314e-0c8a-4e47-a915-f150eb8bc562",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc",
"generatedFromUUID": "3c00314e-0c8a-4e47-a915-f150eb8bc562"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220528040447-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"artifactChecksum": "YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bea6945c-5e16-4d1b-a2db-f0a16c65f67f"
}
],
"workloadContext": "Production"
}
2022-05-28T04:07:00.198Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-28T04:07:00.199Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8b3c56a-bd37-4883-8771-09c60b4e825f ASDC
2022-05-28T04:07:00.282Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:da248477-1528-40ba-8084-b2dc4337059e
ServiceName:vFW 2022-05-28 04-04-47
ServiceVersion:1.0
ServiceUUID:b8b3c56a-bd37-4883-8771-09c60b4e825f
ServiceInvariantUUID:7450576d-c3c5-4dee-ade2-fc0f7816189e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220528040447-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar
ArtifactUUID:bea6945c-5e16-4d1b-a2db-f0a16c65f67f
ArtifactChecksum:YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 253d8679-6f66 0
ResourceCustomizationUUID:c26412b5-170f-4866-bf27-686a1fa7f47e
ResourceInvariantUUID:2c35d497-aebe-4b45-abd5-b5dd5b3c3e05
ResourceName:vFW 253d8679-6f66
ResourceType:VF
ResourceUUID:f5ff5f34-96a0-47ca-a84d-ffe5d958de30
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw253d86796f660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json
ArtifactUUID:30e7af72-c601-4715-9ff0-10eeb278182f
ArtifactChecksum:MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ=
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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml
ArtifactUUID:3c00314e-0c8a-4e47-a915-f150eb8bc562
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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
ArtifactUUID:dc2faf9b-f96f-47a0-baf2-d007c51e4bbc
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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
ArtifactUUID:dc2faf9b-f96f-47a0-baf2-d007c51e4bbc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-28T04:07:00.283Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8b3c56a-bd37-4883-8771-09c60b4e825f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-28T04:07:00.328Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:07:00.329Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bea6945c-5e16-4d1b-a2db-f0a16c65f67f from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:07:00.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:01.191Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:07:01.206Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar bea6945c-5e16-4d1b-a2db-f0a16c65f67f 99009
2022-05-28T04:07:01.208Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar ASDC sendASDCNotification
2022-05-28T04:07:01.209Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:01.209Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:07:01.210Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:01.212Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:01.212Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710821206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:07:01.312Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:07:01.313Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:01.313Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:01.328Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:01.329Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:02.214Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:07:02.216Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:07:02.216Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bea6945c-5e16-4d1b-a2db-f0a16c65f67f, URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar to file: /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:02.217Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220528040447-csar.csar
2022-05-28T04:07:02.289Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:02.289Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:02.667Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18175459292580151426/Definitions/service-Vfw20220528040447-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-28T04:07:04.644Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 253d8679-6f66 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-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.652Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.653Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:04.653Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:07:04.660Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.661Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.665Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:04.665Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:07:04.666Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-28T04:07:04.674Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.674Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c342a-c6c3-42eb-818e-d6271f14809d
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-28 04-04-47
Description:catalog service description
Model UUID:b8b3c56a-bd37-4883-8771-09c60b4e825f
Model Version:NULL
Model InvariantUuid:7450576d-c3c5-4dee-ade2-fc0f7816189e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 253d8679-6f66
Model UUID:26e0b6e9-1650-4576-b8a0-ab125f2445be
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c35d497-aebe-4b45-abd5-b5dd5b3c3e05
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c26412b5-170f-4866-bf27-686a1fa7f47e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0ea3539a-5899-4199-8cf4-5dfb58dc953c
ModelName:Vfw253d86796f66..base_vfw..module-0
ModelUuid:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34
ModelInvariantUuid:0f373b91-53a2-4468-9664-dbf058388b17
ModelName:vFW 253d8679-6f66-nodes.vfwCvfc
ModelUuid:d65c432c-1dd6-4908-a208-ffe4e5f85801
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:21f47fac-b280-4236-b14b-e5a6f5cbb059
ModelInvariantUuid:5282a5f8-fb18-4632-aae7-39a7b6d570d7
ModelName:Vfw253d86796f66.compute.nodes.heat.vfw
ModelUuid:23400564-6c1c-40b2-908c-69274d88ac99
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d2c342a-c6c3-42eb-818e-d6271f14809d
ModelInvariantUuid:fc73255b-38cc-4e3c-8133-13917615c066
ModelName:vFW 253d8679-6f66-nodes.vsnCvfc
ModelUuid:9c969315-4b95-4de0-817e-7b2f11ba70cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1858b176-afca-4d49-908f-563bccd718c5
ModelInvariantUuid:a1003cda-a98d-4267-9be2-25b7f726224f
ModelName:Vfw253d86796f66.compute.nodes.heat.vsn
ModelUuid:1c5b7f2f-a2c0-4429-b66d-1e714724b743
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a
ModelInvariantUuid:91e604e4-2d08-4489-a168-64f1933835bb
ModelName:vFW 253d8679-6f66-nodes.vpgCvfc
ModelUuid:bea8fecf-7e52-49d5-9caa-36dfdc23ff5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d358771e-783d-4760-a750-dc6d305878f6
ModelInvariantUuid:8937ff0e-1d01-4f3d-8fc1-fe0a906ce4c2
ModelName:Vfw253d86796f66.compute.nodes.heat.vpg
ModelUuid:7b952877-6c56-4de0-95da-0841bcf3507b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-28T04:07:04.694Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f5ff5f34-96a0-47ca-a84d-ffe5d958de30
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:07:04.776Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||vFW 253d8679-6f66 0
2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5ff5f34-96a0-47ca-a84d-ffe5d958de30
2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30e7af72-c601-4715-9ff0-10eeb278182f from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json
2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:07:04.781Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json
2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 30e7af72-c601-4715-9ff0-10eeb278182f 785
2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json ASDC sendASDCNotification
2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json
2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:07:05.429Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:05.431Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:05.431Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710825428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:07:05.531Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:05.536Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:05.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:05.551Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:05.551Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:06.432Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw253d86796f66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0ea3539a-5899-4199-8cf4-5dfb58dc953c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7",
"vfModuleModelCustomizationUUID": "734ce061-2ba4-467c-ae9a-ff825822e9a2",
"isBase": true,
"artifacts": [
"3c00314e-0c8a-4e47-a915-f150eb8bc562",
"dc2faf9b-f96f-47a0-baf2-d007c51e4bbc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-28T04:07:06.442Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw253d86796f66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7
VfModuleModelInvariantUUID:0ea3539a-5899-4199-8cf4-5dfb58dc953c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c00314e-0c8a-4e47-a915-f150eb8bc562
,
dc2faf9b-f96f-47a0-baf2-d007c51e4bbc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-28T04:07:06.444Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw253d86796f66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0ea3539a-5899-4199-8cf4-5dfb58dc953c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7",
"vfModuleModelCustomizationUUID": "734ce061-2ba4-467c-ae9a-ff825822e9a2",
"isBase": true,
"artifacts": [
"3c00314e-0c8a-4e47-a915-f150eb8bc562",
"dc2faf9b-f96f-47a0-baf2-d007c51e4bbc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw253d86796f66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7
VfModuleModelInvariantUUID:0ea3539a-5899-4199-8cf4-5dfb58dc953c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c00314e-0c8a-4e47-a915-f150eb8bc562
,
dc2faf9b-f96f-47a0-baf2-d007c51e4bbc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c00314e-0c8a-4e47-a915-f150eb8bc562 from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml
2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml
2022-05-28T04:07:06.723Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 3c00314e-0c8a-4e47-a915-f150eb8bc562 20368
2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml
2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:07:06.726Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:06.728Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:06.728Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710826725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:07:06.828Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:06.830Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:06.830Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:06.843Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:06.844Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc2faf9b-f96f-47a0-baf2-d007c51e4bbc from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
2022-05-28T04:07:08.014Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:07:08.014Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env dc2faf9b-f96f-47a0-baf2-d007c51e4bbc 2098
2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:08.018Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:08.018Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710828015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:07:08.119Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:07:08.120Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:08.120Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:08.147Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:08.148Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:07:09.019Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b8b3c56a-bd37-4883-8771-09c60b4e825f
2022-05-28T04:07:09.020Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 253d8679-6f66 0 f5ff5f34-96a0-47ca-a84d-ffe5d958de30 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:07:09.053Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23df0d2f, org.onap.sdc.toscaparser.api.parameters.Input@4c3c4df1, org.onap.sdc.toscaparser.api.parameters.Input@7da07e0e, org.onap.sdc.toscaparser.api.parameters.Input@5800d559, org.onap.sdc.toscaparser.api.parameters.Input@3ed1d03]
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c26412b5-170f-4866-bf27-686a1fa7f47e
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c26412b5-170f-4866-bf27-686a1fa7f47e matches Tosca VF Customization UUID: c26412b5-170f-4866-bf27-686a1fa7f47e
2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c26412b5-170f-4866-bf27-686a1fa7f47e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-28T04:07:09.061Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c26412b5-170f-4866-bf27-686a1fa7f47e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b6587c2
2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 734ce061-2ba4-467c-ae9a-ff825822e9a2
2022-05-28T04:07:09.064Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 734ce061-2ba4-467c-ae9a-ff825822e9a2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c342a-c6c3-42eb-818e-d6271f14809d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:09.081Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria
2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=c26412b5-170f-4866-bf27-686a1fa7f47e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:07:09.085Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b8b3c56a-bd37-4883-8771-09c60b4e825f: vFW 253d8679-6f66
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-28 04-04-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 253d8679-6f66 f5ff5f34-96a0-47ca-a84d-ffe5d958de30 1 ASDC deployResourceStructure
2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json ASDC sendASDCNotification
2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json
2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:07:09.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:09.321Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:09.321Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710829319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:07:09.422Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:09.422Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:09.423Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:09.437Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:09.438Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:10.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-28T04:07:10.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml
2022-05-28T04:07:10.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:07:10.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:10.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:10.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710830322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-28T04:07:10.425Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:10.426Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:10.426Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:10.443Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:10.444Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:11.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env
2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:11.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:11.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710831325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-28T04:07:11.430Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:11.431Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:11.431Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:11.444Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:11.445Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:12.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar ASDC sendASDCNotification
2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar
2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:12.335Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:12.336Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710832331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:07:12.436Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:12.437Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:12.437Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:12.451Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:12.452Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:13.337Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da248477-1528-40ba-8084-b2dc4337059e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:07:13.350Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da248477-1528-40ba-8084-b2dc4337059e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:07:13.358Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-28T04:07:43.359Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da248477-1528-40ba-8084-b2dc4337059e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-28T04:07:43.370Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da248477-1528-40ba-8084-b2dc4337059e and serviceModelVersionId: b8b3c56a-bd37-4883-8771-09c60b4e825f
2022-05-28T04:07:43.370Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7450576d-c3c5-4dee-ade2-fc0f7816189e
2022-05-28T04:07:52.457Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0
2022-05-28T04:07:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:07:52.503Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:07:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:52.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-28T04:07:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710813202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:07:52.529Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:07:52.535Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-28T04:07:52.896Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-28T04:07:52.900Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|INFO|500||Invoke
2022-05-28T04:07:52.982Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-28T04:07:53.270Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|INFO|500||InvokeReturn
2022-05-28T04:07:53.273Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-04:07:53:502-33413], vertex-id=[209040], Content-Length=[0], Date=[Sat, 28 May 2022 04:07:53 GMT], Content-Type=[application/json]}
2022-05-28T04:07:53.274Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-28T04:07:53.276Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-28T04:07:53.276Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:07:53.282Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-28T04:07:53.283Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da248477-1528-40ba-8084-b2dc4337059e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-28T04:07:53.284Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-28T04:07:53.284Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:53.285Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:53.285Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710873283,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-28T04:07:53.386Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:07:53.387Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:53.387Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:53.401Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:53.402Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-28T04:07:54.297Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-28T04:07:54.297Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7547d5d7-cffd-473f-b00e-4e449ea4c6df","serviceName":"basic_onboard_ZxasAz","serviceVersion":"1.0","serviceUUID":"a0fe70aa-48f0-4380-8c12-d381429d5a56","serviceDescription":"service","serviceInvariantUUID":"9d80e297-4bc0-41d1-a05c-4f0f0f9364fe","resources":[{"resourceInstanceName":"basic_onboard_ZxasAz 0","resourceName":"basic_onboard_ZxasAz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b97c5242-88a0-43e8-a39e-def7d1416883","resourceInvariantUUID":"b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7","resourceCustomizationUUID":"3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ5NTJhZTIzYzUyYmRmNWExY2FlOTc3ZjliYTU4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff09d5a7-ee59-4eec-9033-47964e2d088a","artifactVersion":"1"},{"artifactName":"basic_onboard_zxasaz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json","artifactChecksum":"OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04792fb8-d549-4915-aefe-ecc9c8847e7c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4df89229-de68-4f2b-bf7b-ad5f44528d6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9978328-4688-4f31-b14e-6ac30b2c6b04","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39d7d1ff-2794-4586-9def-fa6d5a7cbcc0","artifactVersion":"2","generatedFromUUID":"4df89229-de68-4f2b-bf7b-ad5f44528d6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZxasaz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml","artifactChecksum":"ODE3NzdkMTJiNWY5YWE2ZGVlOWViYjlhZjQ5ZGFkYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bc1b2cf-6da8-411a-a1c8-cafecc283e94","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZxasaz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar","artifactChecksum":"NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55e03e5a-50e4-47d0-93b1-1890a1df79d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-28T04:07:54.298Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:54.298Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:54.299Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:54.300Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:07:54.400Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:54.401Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:54.401Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:54.415Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:54.416Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:55.300Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:55.303Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:55.306Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:55.307Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:07:55.406Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:07:55.407Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:55.407Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:55.424Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:55.424Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:56.308Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:56.308Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:56.311Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:56.311Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:07:56.411Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:56.413Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:56.414Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:56.427Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:56.428Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:57.312Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:57.313Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:57.314Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:57.315Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:07:57.416Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:07:57.417Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:57.417Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:57.432Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:57.433Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:58.316Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:58.317Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:58.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:58.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-28T04:07:58.419Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:07:58.420Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:58.421Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:58.435Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:58.435Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:07:59.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:07:59.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:07:59.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:07:59.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:07:59.422Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:07:59.423Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:07:59.423Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:07:59.437Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:07:59.438Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:00.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:08:00.324Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:00.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:00.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:08:00.426Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:00.427Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:00.427Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:00.441Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:00.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"serviceName": "basic_onboard_ZxasAz",
"serviceVersion": "1.0",
"serviceUUID": "a0fe70aa-48f0-4380-8c12-d381429d5a56",
"serviceDescription": "service",
"serviceInvariantUUID": "9d80e297-4bc0-41d1-a05c-4f0f0f9364fe",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZxasAz 0",
"resourceCustomizationUUID": "3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193",
"resourceName": "basic_onboard_ZxasAz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b97c5242-88a0-43e8-a39e-def7d1416883",
"resourceInvariantUUID": "b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zxasaz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"artifactChecksum": "OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04792fb8-d549-4915-aefe-ecc9c8847e7c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4df89229-de68-4f2b-bf7b-ad5f44528d6a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0",
"generatedFromUUID": "4df89229-de68-4f2b-bf7b-ad5f44528d6a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZxasaz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"artifactChecksum": "NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55e03e5a-50e4-47d0-93b1-1890a1df79d1"
}
],
"workloadContext": "Production"
}
2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0fe70aa-48f0-4380-8c12-d381429d5a56 ASDC
2022-05-28T04:08:01.331Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7547d5d7-cffd-473f-b00e-4e449ea4c6df
ServiceName:basic_onboard_ZxasAz
ServiceVersion:1.0
ServiceUUID:a0fe70aa-48f0-4380-8c12-d381429d5a56
ServiceInvariantUUID:9d80e297-4bc0-41d1-a05c-4f0f0f9364fe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZxasaz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar
ArtifactUUID:55e03e5a-50e4-47d0-93b1-1890a1df79d1
ArtifactChecksum:NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZxasAz 0
ResourceCustomizationUUID:3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193
ResourceInvariantUUID:b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7
ResourceName:basic_onboard_ZxasAz
ResourceType:VF
ResourceUUID:b97c5242-88a0-43e8-a39e-def7d1416883
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zxasaz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json
ArtifactUUID:04792fb8-d549-4915-aefe-ecc9c8847e7c
ArtifactChecksum:OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM=
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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4df89229-de68-4f2b-bf7b-ad5f44528d6a
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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
ArtifactUUID:39d7d1ff-2794-4586-9def-fa6d5a7cbcc0
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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
ArtifactUUID:39d7d1ff-2794-4586-9def-fa6d5a7cbcc0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-28T04:08:01.331Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0fe70aa-48f0-4380-8c12-d381429d5a56 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-28T04:08:01.371Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55e03e5a-50e4-47d0-93b1-1890a1df79d1 from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:01.913Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 55e03e5a-50e4-47d0-93b1-1890a1df79d1 71581
2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar ASDC sendASDCNotification
2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:01.918Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:01.918Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710881916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:08:02.018Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:08:02.019Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:02.019Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:02.031Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:02.032Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:02.919Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55e03e5a-50e4-47d0-93b1-1890a1df79d1, URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:02.921Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:02.921Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13294633687202921478/Definitions/service-BasicOnboardZxasaz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-28T04:08:03.844Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZxasAz 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-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1f4ca38-8f51-4568-a9f5-29c23f6d816f
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZxasAz
Description:service
Model UUID:a0fe70aa-48f0-4380-8c12-d381429d5a56
Model Version:NULL
Model InvariantUuid:9d80e297-4bc0-41d1-a05c-4f0f0f9364fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZxasAz
Model UUID:aa1237ea-8c9b-4ec2-bbc4-ae8551eaee91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8105d296-39ae-4520-9049-0d8ccce9086a
ModelName:BasicOnboardZxasaz..base_ubuntu18..module-0
ModelUuid:b5b029c9-62ff-4080-824a-abd6e9193067
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e1f4ca38-8f51-4568-a9f5-29c23f6d816f
ModelInvariantUuid:cce5b148-fbf5-4ebc-bdd7-0a45904970e7
ModelName:basic_onboard_ZxasAz-nodes.ubuntu18Cvfc
ModelUuid:9846d446-fc95-4d14-8353-f332c1b05e72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6b66dec5-618d-497d-8097-e4e8729b2726
ModelInvariantUuid:78ae2786-1596-4da6-8a1a-7e46d7fcc85e
ModelName:BasicOnboardZxasaz.compute.nodes.heat.ubuntu18
ModelUuid:c45cf71c-e21f-4d6e-9c9e-84a004f66e20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-28T04:08:03.862Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b97c5242-88a0-43e8-a39e-def7d1416883
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||basic_onboard_ZxasAz 0
2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b97c5242-88a0-43e8-a39e-def7d1416883
2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04792fb8-d549-4915-aefe-ecc9c8847e7c from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json
2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json
2022-05-28T04:08:05.079Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 04792fb8-d549-4915-aefe-ecc9c8847e7c 798
2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json ASDC sendASDCNotification
2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json
2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:05.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:05.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710885080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:08:05.182Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:05.183Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:05.183Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:05.202Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:05.202Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:06.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZxasaz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8105d296-39ae-4520-9049-0d8ccce9086a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5b029c9-62ff-4080-824a-abd6e9193067",
"vfModuleModelCustomizationUUID": "0322f7b2-de81-4e95-97af-6f00ba956b32",
"isBase": true,
"artifacts": [
"4df89229-de68-4f2b-bf7b-ad5f44528d6a",
"39d7d1ff-2794-4586-9def-fa6d5a7cbcc0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-28T04:08:06.086Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZxasaz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5b029c9-62ff-4080-824a-abd6e9193067
VfModuleModelInvariantUUID:8105d296-39ae-4520-9049-0d8ccce9086a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4df89229-de68-4f2b-bf7b-ad5f44528d6a
,
39d7d1ff-2794-4586-9def-fa6d5a7cbcc0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZxasaz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8105d296-39ae-4520-9049-0d8ccce9086a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5b029c9-62ff-4080-824a-abd6e9193067",
"vfModuleModelCustomizationUUID": "0322f7b2-de81-4e95-97af-6f00ba956b32",
"isBase": true,
"artifacts": [
"4df89229-de68-4f2b-bf7b-ad5f44528d6a",
"39d7d1ff-2794-4586-9def-fa6d5a7cbcc0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZxasaz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5b029c9-62ff-4080-824a-abd6e9193067
VfModuleModelInvariantUUID:8105d296-39ae-4520-9049-0d8ccce9086a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4df89229-de68-4f2b-bf7b-ad5f44528d6a
,
39d7d1ff-2794-4586-9def-fa6d5a7cbcc0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4df89229-de68-4f2b-bf7b-ad5f44528d6a from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml
2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml
2022-05-28T04:08:06.425Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 4df89229-de68-4f2b-bf7b-ad5f44528d6a 5033
2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml
2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:06.428Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:06.428Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710886426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:08:06.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:06.529Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:06.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:06.544Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:06.544Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:07.429Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
2022-05-28T04:08:07.430Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:08:07.430Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
2022-05-28T04:08:07.612Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:08:07.612Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 909
2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:07.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:07.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710887613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:08:07.715Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:07.716Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:07.716Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:07.730Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:07.731Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:08.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a0fe70aa-48f0-4380-8c12-d381429d5a56
2022-05-28T04:08:08.616Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZxasAz 0 b97c5242-88a0-43e8-a39e-def7d1416883 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:08:08.630Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c217172, org.onap.sdc.toscaparser.api.parameters.Input@41cd1ff3, org.onap.sdc.toscaparser.api.parameters.Input@3a9116c1, org.onap.sdc.toscaparser.api.parameters.Input@16c8e2d9, org.onap.sdc.toscaparser.api.parameters.Input@41b5ab93]
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 matches Tosca VF Customization UUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193
2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-28T04:08:08.635Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb4cdbf
2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0322f7b2-de81-4e95-97af-6f00ba956b32
2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0322f7b2-de81-4e95-97af-6f00ba956b32
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1f4ca38-8f51-4568-a9f5-29c23f6d816f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria
2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:08:08.646Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a0fe70aa-48f0-4380-8c12-d381429d5a56: basic_onboard_ZxasAz
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:08:08.648Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ZxasAz
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:08:08.717Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZxasAz b97c5242-88a0-43e8-a39e-def7d1416883 1 ASDC deployResourceStructure
2022-05-28T04:08:08.717Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json ASDC sendASDCNotification
2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json
2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:08.720Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:08.720Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710888717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:08:08.820Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:08.821Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:08.821Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:08.834Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:08.834Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml
2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:08:09.722Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:09.723Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:09.723Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710889721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-28T04:08:09.824Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:08:09.824Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:09.824Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:09.837Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:09.837Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:08:10.724Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env
2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:10.727Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:10.727Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710890724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-28T04:08:10.827Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:10.828Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:10.828Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:10.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:10.843Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar ASDC sendASDCNotification
2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar
2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:08:11.729Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:08:11.731Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:08:11.731Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710891728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:08:11.832Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:08:11.833Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:08:11.833Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:11.849Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:11.850Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:08:12.732Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:08:12.740Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:08:42.743Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:08:42.753Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:08:42.755Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:08:42.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:08:42.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:08:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:08:52.504Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:08:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:08:52.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:08:52.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-28T04:08:52.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710812952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:08:52.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:12.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:09:12.769Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:09:42.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:09:42.791Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:09:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:09:52.503Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:09:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:09:52.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:09:52.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710813185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710813065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "clamp",
"timestamp": 1653710814210,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:09:52.549Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:09:52.549Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:09:52.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "policy-id",
"timestamp": 1653710813956,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:09:52.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:09:52.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:09:52.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710814271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710815338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710816365,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:09:52.577Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:09:52.578Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653710817371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710817709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "aai-ml",
"timestamp": 1653710818713,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:09:52.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df
2022-05-28T04:09:52.587Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710821206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710825428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710826725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710828015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710829319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710830322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710831325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710832331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:12.797Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:10:12.808Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:10:12.811Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.813Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:10:12.813Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:10:12.817Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-28T04:10:42.818Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-28T04:10:42.824Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df and serviceModelVersionId: a0fe70aa-48f0-4380-8c12-d381429d5a56
2022-05-28T04:10:42.825Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d80e297-4bc0-41d1-a05c-4f0f0f9364fe
2022-05-28T04:10:42.827Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0
2022-05-28T04:10:42.835Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-28T04:10:42.873Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-28T04:10:42.875Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|INFO|500||Invoke
2022-05-28T04:10:42.898Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-28T04:10:43.008Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|INFO|500||InvokeReturn
2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:10:43:358-50616], vertex-id=[204848], Content-Length=[0], Date=[Sat, 28 May 2022 04:10:43 GMT], Content-Type=[application/json]}
2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-28T04:10:43.011Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:10:43.014Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7547d5d7-cffd-473f-b00e-4e449ea4c6df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:10:43.017Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:10:43.017Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711043015,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-28T04:10:43.118Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:10:43.119Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:10:43.119Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:10:43.139Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:10:43.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-28T04:10:44.033Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:10:44.034Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:10:44.034Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:10:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:10:52.503Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:10:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:10:52.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:10:52.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da248477-1528-40ba-8084-b2dc4337059e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710873283,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-28T04:10:52.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710812499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710881916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710885080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710886426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710887613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710888717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710889721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710890724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-28T04:10:52.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:52.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:10:52.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653710891728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:10:52.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:10:54.302Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:10:54.303Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:10:54.304Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:10:54.304Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:11:03.859Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:11:03.860Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:11:03.860Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:11:03.861Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:11:13.401Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:11:22.939Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:11:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:11:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:11:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:11:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:11:52.503Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:11:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:11:53.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:11:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-28T04:11:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711043015,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-28T04:11:53.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:12:02.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:12:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:12:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:12:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:12:52.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:12:52.502Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:12:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:13:02.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:13:02.047Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:13:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:13:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:13:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:13:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:13:52.503Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:13:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:14:02.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:14:02.051Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:14:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:14:52.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:14:52.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:14:52.502Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:14:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:14:52.503Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:15:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:15:02.056Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:15:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:15:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:15:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:15:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:15:52.502Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:15:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:16:02.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:16:02.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:16:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:16:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:16:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:16:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:16:52.502Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:16:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:17:02.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:17:02.056Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:17:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:17:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:17:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:17:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:17:52.502Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:17:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:18:02.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:18:02.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:18:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:18:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:18:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:18:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:18:52.502Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:18:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:19:02.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:19:02.052Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:19:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:19:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:19:52.502Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:19:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:19:52.502Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:19:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16b6152f-14e0-4e9c-afa3-856653222dd2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ebf175de-04ac-4495-8d5f-944c3281991f","serviceDescription":"service","serviceInvariantUUID":"1db212be-c071-4470-9cd0-ac5c8f4bf94b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5771a5ef-761d-4be4-905e-22622115aad5","resourceInvariantUUID":"bd4857f3-ad68-4788-b11b-faba3674a598","resourceCustomizationUUID":"51ed8ccd-ab62-4667-9ae7-a1b97810c210","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzM4OTNjMGE5MzZhMDRkYjMxYTM2MTBhNjllZDQzYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e52173e9-7f59-436c-ab0e-bbe4784c3ec5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d713bd0-89e7-40f7-923b-41dc8ebf8da1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-28T04:20:01.575Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:20:01.575Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:20:01.578Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:20:01.578Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711592499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:20:01.679Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:20:01.681Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:20:01.681Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:01.700Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:01.701Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":3,"count":1}
2022-05-28T04:20:02.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:20:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711592499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:20:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:20:02.580Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:20:02.581Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:20:02.584Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:20:02.585Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711592499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:20:02.685Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:20:02.686Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:20:02.686Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:02.701Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:02.702Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:20:03.586Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ebf175de-04ac-4495-8d5f-944c3281991f",
"serviceDescription": "service",
"serviceInvariantUUID": "1db212be-c071-4470-9cd0-ac5c8f4bf94b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "51ed8ccd-ab62-4667-9ae7-a1b97810c210",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5771a5ef-761d-4be4-905e-22622115aad5",
"resourceInvariantUUID": "bd4857f3-ad68-4788-b11b-faba3674a598",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d713bd0-89e7-40f7-923b-41dc8ebf8da1"
}
],
"workloadContext": "Production"
}
2022-05-28T04:20:03.586Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-28T04:20:03.587Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ebf175de-04ac-4495-8d5f-944c3281991f ASDC
2022-05-28T04:20:03.587Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:16b6152f-14e0-4e9c-afa3-856653222dd2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ebf175de-04ac-4495-8d5f-944c3281991f
ServiceInvariantUUID:1db212be-c071-4470-9cd0-ac5c8f4bf94b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:5d713bd0-89e7-40f7-923b-41dc8ebf8da1
ArtifactChecksum:NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:51ed8ccd-ab62-4667-9ae7-a1b97810c210
ResourceInvariantUUID:bd4857f3-ad68-4788-b11b-faba3674a598
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5771a5ef-761d-4be4-905e-22622115aad5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-28T04:20:03.588Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebf175de-04ac-4495-8d5f-944c3281991f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:20:03.615Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d713bd0-89e7-40f7-923b-41dc8ebf8da1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-28T04:20:03.617Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-28T04:20:03.617Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-28T04:20:04.801Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-28T04:20:04.803Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5d713bd0-89e7-40f7-923b-41dc8ebf8da1 52511
2022-05-28T04:20:04.804Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-28T04:20:04.804Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-28T04:20:04.805Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:20:04.805Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:20:04.806Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:20:04.807Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711604804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:20:04.910Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-28T04:20:04.911Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:20:04.911Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:04.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:04.928Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:20:05.807Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d713bd0-89e7-40f7-923b-41dc8ebf8da1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-28T04:20:05.809Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:05.809Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:05.960Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13319114238705856031/Definitions/service-BasicNetwork-template.yml
2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ebf175de-04ac-4495-8d5f-944c3281991f
Model Version:NULL
Model InvariantUuid:1db212be-c071-4470-9cd0-ac5c8f4bf94b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bd4857f3-ad68-4788-b11b-faba3674a598
Model UUID:e143385b-5f7a-4b76-95bc-65cf4fc6dc64
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:51ed8ccd-ab62-4667-9ae7-a1b97810c210
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-28T04:20:06.331Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 5771a5ef-761d-4be4-905e-22622115aad5
2022-05-28T04:20:06.332Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||No resources found for Service: ebf175de-04ac-4495-8d5f-944c3281991f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:20:06.336Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||
2022-05-28T04:20:06.337Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ebf175de-04ac-4495-8d5f-944c3281991f
2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ebf175de-04ac-4495-8d5f-944c3281991f
2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:20:06.343Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1de71da2, org.onap.sdc.toscaparser.api.parameters.Input@46473b54, org.onap.sdc.toscaparser.api.parameters.Input@2ac34a7, org.onap.sdc.toscaparser.api.parameters.Input@5cafbd04, org.onap.sdc.toscaparser.api.parameters.Input@7900a13e]
2022-05-28T04:20:06.344Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.344Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ebf175de-04ac-4495-8d5f-944c3281991f: Generic NeutronNet
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-28T04:20:06.381Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:20:06.383Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-28T04:20:06.437Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:20:06.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:20:06.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711606437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:20:06.540Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:20:06.541Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:20:06.541Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:06.553Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:06.553Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:20:07.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:20:07.451Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:20:37.455Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:20:37.471Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:20:37.475Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:20:37.475Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:20:37.476Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:20:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:20:52.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:20:52.503Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:20:52.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:20:52.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:20:52.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "cds",
"timestamp": 1653711601671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:20:52.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:07.476Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:21:07.487Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:21:07.490Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:21:07.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:21:07.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:21:37.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:21:37.503Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-28T04:21:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:21:52.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:21:52.504Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:21:52.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:21:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711592499,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "cds",
"timestamp": 1653711601671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711603646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711604804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711603646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "policy-id",
"timestamp": 1653711604213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711605366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "policy-id",
"timestamp": 1653711604213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "cds",
"timestamp": 1653711605972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711606437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711606921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711605366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "cds",
"timestamp": 1653711606978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:21:52.548Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2
2022-05-28T04:21:52.548Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "policy-id",
"timestamp": 1653711607007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "clamp",
"timestamp": 1653711607571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "policy-id",
"timestamp": 1653711608012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711608588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "clamp",
"timestamp": 1653711607571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "policy-id",
"timestamp": 1653711609015,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:21:52.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2
2022-05-28T04:21:52.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:21:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711609592,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:21:52.572Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2
2022-05-28T04:21:52.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711611008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711611008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "aai-ml",
"timestamp": 1653711615328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "aai-ml",
"timestamp": 1653711615328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "aai-ml",
"timestamp": 1653711618039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "clamp",
"timestamp": 1653711621336,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "aai-ml",
"timestamp": 1653711620905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "aai-ml",
"timestamp": 1653711621908,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:21:52.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2
2022-05-28T04:21:52.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "clamp",
"timestamp": 1653711623340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:21:52.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "clamp",
"timestamp": 1653711624342,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:21:52.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2
2022-05-28T04:21:52.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:07.506Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:22:07.518Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:07.528Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-28T04:22:37.530Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-28T04:22:37.539Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 and serviceModelVersionId: ebf175de-04ac-4495-8d5f-944c3281991f
2022-05-28T04:22:37.539Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1db212be-c071-4470-9cd0-ac5c8f4bf94b
2022-05-28T04:22:37.541Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0
2022-05-28T04:22:37.547Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-28T04:22:37.584Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-28T04:22:37.587Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|INFO|500||Invoke
2022-05-28T04:22:37.611Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-28T04:22:37.993Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|INFO|500||InvokeReturn
2022-05-28T04:22:37.995Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:22:38:073-80817], vertex-id=[229480], Content-Length=[0], Date=[Sat, 28 May 2022 04:22:38 GMT], Content-Type=[application/json]}
2022-05-28T04:22:37.995Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-28T04:22:37.996Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-28T04:22:37.996Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-28T04:22:38.004Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-28T04:22:38.004Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16b6152f-14e0-4e9c-afa3-856653222dd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-28T04:22:38.005Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-28T04:22:38.005Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:38.007Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:38.007Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711758004,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-28T04:22:38.108Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:38.108Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:38.109Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:38.123Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:38.124Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-28T04:22:39.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:22:39.023Z||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.
2022-05-28T04:22:39.023Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:43.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:43.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-28T04:22:43.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d4930c7-e2ee-4f37-ace4-49720183b915","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1036ed8a-4dac-4f9f-925b-a3768a6e9b72","serviceDescription":"service","serviceInvariantUUID":"1e6ee828-89fc-4b71-9e0b-d70217b07cd7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f076a154-714c-4480-ad2c-bda599e6483c","resourceInvariantUUID":"6d185681-6939-429a-a483-1ff649411f34","resourceCustomizationUUID":"d4ef55df-67da-4b59-bca3-3762bf5069a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NmZjZDc5MjRhN2NhZmI0YmIyMDBmMGI2YjFkYzFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"114235ea-0755-4a6f-88ee-fe162766687e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa710537-86c7-4e22-9ce9-ef83972b4960","artifactVersion":"2","generatedFromUUID":"2cc1c7a7-9c60-4fcc-a739-3511bf723b48"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2cc1c7a7-9c60-4fcc-a739-3511bf723b48","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"515c67cc-5e6f-4abc-b105-e97b990cb004","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2af388fa-d15c-4d3e-9dcc-dddc8c00e80b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62daa301-12eb-48a6-8a00-e71bdae765dd","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d57ec452-2fb5-402e-b403-673016fb6d96","artifactVersion":"2","generatedFromUUID":"2af388fa-d15c-4d3e-9dcc-dddc8c00e80b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDBiYjU0ZTk3OTQ0YzM4N2Q3ODkxMTRjZTAyYjEzZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6cba70e-3713-46fd-a2d9-17a54fadae7b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67a784fc-948c-4366-9e51-52535c3dd7ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-28T04:22:43.410Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:43.410Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:43.412Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:43.412Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:43.512Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:43.514Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:43.514Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:43.528Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:43.528Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:44.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:44.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:44.415Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:44.415Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-28T04:22:44.516Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:44.517Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:44.517Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:44.532Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:44.533Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:45.416Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:45.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:45.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:45.419Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-28T04:22:45.522Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-28T04:22:45.523Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:45.523Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:45.537Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:45.538Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:46.420Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:46.421Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:46.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:46.422Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:22:46.523Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:22:46.524Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:46.524Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:46.536Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:46.537Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:22:47.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:47.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:47.425Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:47.425Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:47.526Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-28T04:22:47.527Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:47.527Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:47.543Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:47.544Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:48.426Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:48.427Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:48.430Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:48.431Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:48.530Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-28T04:22:48.531Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:48.532Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:48.553Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:48.554Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:22:49.431Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:49.432Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:49.433Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:49.433Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-28T04:22:49.534Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:49.535Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:49.535Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:49.549Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:49.550Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:50.434Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:50.435Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:50.436Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:50.437Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:50.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:50.538Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:50.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:50.552Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:50.553Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:51.437Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-28T04:22:51.438Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-28T04:22:51.440Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:51.440Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711759022,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:51.540Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:51.541Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:51.541Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:51.577Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:51.577Z||pool-48-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-28T04:22:52.441Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "1036ed8a-4dac-4f9f-925b-a3768a6e9b72",
"serviceDescription": "service",
"serviceInvariantUUID": "1e6ee828-89fc-4b71-9e0b-d70217b07cd7",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "d4ef55df-67da-4b59-bca3-3762bf5069a5",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f076a154-714c-4480-ad2c-bda599e6483c",
"resourceInvariantUUID": "6d185681-6939-429a-a483-1ff649411f34",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fa710537-86c7-4e22-9ce9-ef83972b4960",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2cc1c7a7-9c60-4fcc-a739-3511bf723b48",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "515c67cc-5e6f-4abc-b105-e97b990cb004",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d57ec452-2fb5-402e-b403-673016fb6d96",
"generatedFromUUID": "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d57ec452-2fb5-402e-b403-673016fb6d96",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "67a784fc-948c-4366-9e51-52535c3dd7ef"
}
],
"workloadContext": "Production"
}
2022-05-28T04:22:52.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-28T04:22:52.442Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 ASDC
2022-05-28T04:22:52.443Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9d4930c7-e2ee-4f37-ace4-49720183b915
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1036ed8a-4dac-4f9f-925b-a3768a6e9b72
ServiceInvariantUUID:1e6ee828-89fc-4b71-9e0b-d70217b07cd7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:67a784fc-948c-4366-9e51-52535c3dd7ef
ArtifactChecksum:ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d4ef55df-67da-4b59-bca3-3762bf5069a5
ResourceInvariantUUID:6d185681-6939-429a-a483-1ff649411f34
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f076a154-714c-4480-ad2c-bda599e6483c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:fa710537-86c7-4e22-9ce9-ef83972b4960
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:2cc1c7a7-9c60-4fcc-a739-3511bf723b48
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:515c67cc-5e6f-4abc-b105-e97b990cb004
ArtifactChecksum:NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:2af388fa-d15c-4d3e-9dcc-dddc8c00e80b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d57ec452-2fb5-402e-b403-673016fb6d96
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d57ec452-2fb5-402e-b403-673016fb6d96
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-28T04:22:52.443Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.477Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67a784fc-948c-4366-9e51-52535c3dd7ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-28T04:22:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-28T04:22:52.502Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-28T04:22:52.502Z||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 DcTkh398dCjQKnJJ) ...
2022-05-28T04:22:52.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711671008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711667571,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711664213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711663646,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711665366,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711682350,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711681896,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711682211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711682900,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711683320,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "policy-id",
"timestamp": 1653711683903,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-05-28T04:22:52.547Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.550Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 67a784fc-948c-4366-9e51-52535c3dd7ef 68959
2022-05-28T04:22:52.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName POLICY
2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.553Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-28T04:22:52.553Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653711772551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711675328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711684542,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711684401,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711685075,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711685546,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711685473,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711676671,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711686586,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-28T04:22:52.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711686435,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711687592,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "cds",
"timestamp": 1653711687468,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.578Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711690348,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711691759,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711692354,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "aai-ml",
"timestamp": 1653711692764,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915",
"consumerID": "clamp",
"timestamp": 1653711693357,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915
2022-05-28T04:22:52.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711684907,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711695269,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711688602,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711696272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "policy-id",
"timestamp": 1653711697275,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4
2022-05-28T04:22:52.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711699991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711700565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711701120,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "cds",
"timestamp": 1653711701572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4
2022-05-28T04:22:52.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711702469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711702124,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4
2022-05-28T04:22:52.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.654Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-28T04:22:52.654Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-28T04:22:52.654Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711704261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "clamp",
"timestamp": 1653711697571,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711705265,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-28T04:22:52.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4
2022-05-28T04:22:52.662Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.668Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.669Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711691671,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653711691008,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711709689,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "cds",
"timestamp": 1653711710695,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.689Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b
2022-05-28T04:22:52.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-28T04:22:52.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711704213,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653711693646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "policy-id",
"timestamp": 1653711711932,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653711705366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-28T04:22:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1d7e4566-8473-444c-af94-f803766e6be4",
"consumerID": "aai-ml",
"timestamp": 1653711705328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-28T04:22:52.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-28T04:22:53.554Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-28T04:22:53.555Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-28T04:22:53.555Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67a784fc-948c-4366-9e51-52535c3dd7ef, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:53.638Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11952967562490470296/Definitions/service-BasicCnf-template.yml
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery