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-03-15T10:38:40.132Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T10:38:54.719Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T10:38:54.720Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T10:38:54.889Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T10:39:00.345Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T10:39:00.880Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T10:39:01.597Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T10:39:01.623Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T10:39:01.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T10:39:02.169Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T10:39:02.850Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T10:39:05.312Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:39:08.702Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:39:08.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T10:39:09.799Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:39:10.186Z||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-03-15T10:39:12.322Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:39:13.993Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-15T10:39:14.024Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-15T10:39:14.025Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T10:39:19.660Z||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-03-15T10:39:25.157Z||main|||||WARN|500||---
2022-03-15T10:39:25.157Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T10:39:25.157Z||main|||||WARN|500||---
2022-03-15T10:39:25.821Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T10:39:33.050Z||main|||||INFO|500||Started Application in 57.627 seconds (JVM running for 60.131)
2022-03-15T10:39:33.078Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T10:39:33.080Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T10:39:33.109Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T10:39:33.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T10:39:33.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79cdd2fc-fc7b-4ab1-9453-31fec9dc6ae6 url= /sdc/v1/artifactTypes
2022-03-15T10:39:33.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T10:39:33.537Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T10:39:33.565Z||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-03-15T10:39:33.627Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T10:39:33.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T10:39:33.680Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:39:33.709Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 04f808cb-3fc6-4a59-bbde-5e5ba1b2c118 url= /sdc/v1/registerForDistribution
2022-03-15T10:39:33.981Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 04f808cb-3fc6-4a59-bbde-5e5ba1b2c118 url= /sdc/v1/registerForDistribution
2022-03-15T10:39:33.982Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T10:39:33.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:39:33.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:39:34.015Z||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-03-15T10:39:34.015Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:39:34.016Z||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-03-15T10:39:34.016Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:39:34.019Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T10:39:44.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:39:44.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:40:33.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:40:33.994Z||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-03-15T10:40:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:40:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:40:33.998Z||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-03-15T10:40:33.998Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:40:43.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:40:43.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:41:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:41:33.993Z||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-03-15T10:41:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:41:33.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:41:33.997Z||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-03-15T10:41:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:41:43.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:41:43.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:42:33.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:42:33.993Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T10:42:33.993Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c0nzsJNZo7nlM33O) ...
2022-03-15T10:42:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:42:33.996Z||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-03-15T10:42:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:42:43.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:42:43.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:43:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:43:33.992Z||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-03-15T10:43:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:43:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:43:33.996Z||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-03-15T10:43:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:43:43.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:43:43.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:44:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:44:33.993Z||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-03-15T10:44:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:44:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:44:33.996Z||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-03-15T10:44:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:44:43.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:44:43.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:45:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:45:33.992Z||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-03-15T10:45:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:45:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:45:33.996Z||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-03-15T10:45:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:45:43.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:45:43.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:46:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:33.992Z||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-03-15T10:46:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:46:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:33.998Z||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-03-15T10:46:33.998Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:46:43.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:46:43.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:47:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:33.992Z||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-03-15T10:47:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:47:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:33.996Z||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-03-15T10:47:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:47:43.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:47:43.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:48:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:33.992Z||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-03-15T10:48:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:48:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:33.996Z||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-03-15T10:48:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:48:43.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:48:43.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:49:14.353Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T10:49:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:33.992Z||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-03-15T10:49:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:49:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:33.996Z||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-03-15T10:49:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:49:43.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:49:43.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:50:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:33.993Z||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-03-15T10:50:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:50:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:33.996Z||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-03-15T10:50:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:50:43.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:50:43.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:51:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:33.993Z||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-03-15T10:51:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:51:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:33.996Z||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-03-15T10:51:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:51:43.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:51:43.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:52:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:33.992Z||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-03-15T10:52:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:52:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:33.996Z||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-03-15T10:52:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:52:43.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:52:43.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:53:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:33.992Z||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-03-15T10:53:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:53:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:33.996Z||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-03-15T10:53:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:53:43.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:53:43.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:54:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:33.992Z||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-03-15T10:54:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:54:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:33.996Z||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-03-15T10:54:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:54:43.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:54:43.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:55:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:33.992Z||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-03-15T10:55:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:55:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:33.996Z||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-03-15T10:55:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:55:43.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:55:43.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:56:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:33.992Z||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-03-15T10:56:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:56:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:33.996Z||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-03-15T10:56:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:56:43.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:56:43.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:57:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:33.992Z||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-03-15T10:57:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:57:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:33.996Z||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-03-15T10:57:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:57:43.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:57:43.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:58:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:33.994Z||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-03-15T10:58:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:58:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:33.996Z||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-03-15T10:58:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:58:43.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:58:43.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:59:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:33.993Z||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-03-15T10:59:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:59:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:33.996Z||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-03-15T10:59:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:59:43.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:59:43.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:00:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:33.993Z||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-03-15T11:00:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:00:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:33.996Z||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-03-15T11:00:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:00:43.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:00:43.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:01:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:33.992Z||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-03-15T11:01:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:01:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:33.996Z||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-03-15T11:01:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:01:43.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:01:43.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:02:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:33.993Z||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-03-15T11:02:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:02:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:33.996Z||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-03-15T11:02:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:02:43.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:02:43.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:03:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:33.992Z||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-03-15T11:03:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:03:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:33.996Z||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-03-15T11:03:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:03:43.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:03:43.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:04:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:33.993Z||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-03-15T11:04:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:04:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:33.996Z||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-03-15T11:04:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:04:43.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:04:43.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:05:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:33.992Z||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-03-15T11:05:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:05:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:33.996Z||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-03-15T11:05:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:05:43.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:05:43.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:06:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:33.992Z||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-03-15T11:06:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:06:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:33.996Z||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-03-15T11:06:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:06:43.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:06:43.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:07:33.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:33.995Z||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-03-15T11:07:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:07:33.996Z||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-03-15T11:07:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:07:43.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:07:43.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:08:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:33.992Z||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-03-15T11:08:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:08:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:33.996Z||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-03-15T11:08:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:08:43.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:08:43.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:33.992Z||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-03-15T11:09:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:33.996Z||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-03-15T11:09:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:34.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:34.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342519288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342525920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342536715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342536584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342537723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "cds",
"timestamp": 1647342537615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-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-03-15T11:09:34.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:34.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f43266-18ca-4dc0-b732-3989bf2064e9","serviceName":"basic_onboard_nXoqsx","serviceVersion":"1.0","serviceUUID":"071e39c5-6795-47ed-bc63-a7003127a6be","serviceDescription":"service","serviceInvariantUUID":"549251c3-b1a7-4cdd-9ca1-0bb17c628aff","resources":[{"resourceInstanceName":"basic_onboard_nXoqsx 0","resourceName":"basic_onboard_nXoqsx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55ed2111-a416-49da-bc5f-f78ca0b8e1c4","resourceInvariantUUID":"afaa5f67-e717-4b2a-8162-23784113dc9e","resourceCustomizationUUID":"b5206634-51b0-4172-8a27-dc78b5edbad6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0MjIzYzJlMzBlZGQ5Yjc4ZTRmYmU3ZWYzZWEwZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48f3275b-1143-4ed2-b388-0757a02ec6bb","artifactVersion":"1"},{"artifactName":"basic_onboard_nxoqsx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json","artifactChecksum":"NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09995c76-c24d-4530-aa7d-c77028102290","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b629c5e-669a-4f6c-9479-d45107f236d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f4ceee4-25cf-45f1-9bf8-8234e2838113","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ca72bd6-956b-430a-93ff-2c46f1931cd2","artifactVersion":"2","generatedFromUUID":"4b629c5e-669a-4f6c-9479-d45107f236d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNxoqsx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml","artifactChecksum":"NzI5MmZjODg0NjhlMGNjNzYxNjM5NDFmZmI4ODVmNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec85f78e-3711-4e26-b84d-d611863e6eb8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNxoqsx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar","artifactChecksum":"ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac996eea-9cbb-4827-bb2e-1d661fd4f48f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:09:34.638Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:34.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:34.660Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:34.660Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:09:34.758Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.761Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-15T11:09:34.765Z||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-03-15T11:09:34.765Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:34.780Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:34.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:34.790Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "policy-id",
"timestamp": 1647342538728,
"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-03-15T11:09:34.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342540023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342541534,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342542826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342542383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "dcae-sch",
"timestamp": 1647342529334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342543907,
"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-03-15T11:09:34.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342544915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342528473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342545797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342546568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "cds",
"timestamp": 1647342546806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-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-03-15T11:09:34.924Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:34.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:34.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342546918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342547572,
"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-03-15T11:09:34.944Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.944Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342548929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "clamp",
"timestamp": 1647342549936,
"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-03-15T11:09:34.978Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342550670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342532055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342538384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342545920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342553245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342553910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342554536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342554916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342534479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342555842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "policy-id",
"timestamp": 1647342555920,
"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-03-15T11:09:35.016Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.017Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342555789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342556867,
"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-03-15T11:09:35.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.042Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342557873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342550952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342559099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342560103,
"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-03-15T11:09:35.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342563912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342565917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "clamp",
"timestamp": 1647342566932,
"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-03-15T11:09:35.090Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.091Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342567216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:35.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "aai-ml",
"timestamp": 1647342568222,
"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-03-15T11:09:35.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:35.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:35.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:09:35.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:35.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:35.671Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:35.671Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:09:35.771Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:35.774Z||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-03-15T11:09:35.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:35.788Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:35.789Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:36.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:36.673Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:36.675Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:36.675Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:09:36.776Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:36.777Z||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-03-15T11:09:36.777Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:36.795Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:36.796Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:37.676Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:37.677Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:37.679Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:37.679Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:37.780Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:37.781Z||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-03-15T11:09:37.782Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:37.799Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:37.800Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:38.680Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:38.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:38.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:38.685Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:09:38.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:38.786Z||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-03-15T11:09:38.787Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:38.803Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:38.804Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:39.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:39.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:39.688Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:39.689Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:09:39.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:39.790Z||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-03-15T11:09:39.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:39.806Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:39.807Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:40.689Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:40.691Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:40.695Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:40.695Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:09:40.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:40.796Z||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-03-15T11:09:40.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:40.815Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:40.815Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:41.698Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"serviceName": "basic_onboard_nXoqsx",
"serviceVersion": "1.0",
"serviceUUID": "071e39c5-6795-47ed-bc63-a7003127a6be",
"serviceDescription": "service",
"serviceInvariantUUID": "549251c3-b1a7-4cdd-9ca1-0bb17c628aff",
"resources": [
{
"resourceInstanceName": "basic_onboard_nXoqsx 0",
"resourceCustomizationUUID": "b5206634-51b0-4172-8a27-dc78b5edbad6",
"resourceName": "basic_onboard_nXoqsx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "55ed2111-a416-49da-bc5f-f78ca0b8e1c4",
"resourceInvariantUUID": "afaa5f67-e717-4b2a-8162-23784113dc9e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nxoqsx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"artifactChecksum": "NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "09995c76-c24d-4530-aa7d-c77028102290",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b629c5e-669a-4f6c-9479-d45107f236d0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ca72bd6-956b-430a-93ff-2c46f1931cd2",
"generatedFromUUID": "4b629c5e-669a-4f6c-9479-d45107f236d0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ca72bd6-956b-430a-93ff-2c46f1931cd2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNxoqsx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"artifactChecksum": "ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac996eea-9cbb-4827-bb2e-1d661fd4f48f"
}
],
"workloadContext": "Production"
}
2022-03-15T11:09:41.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:09:41.701Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 071e39c5-6795-47ed-bc63-a7003127a6be ASDC
2022-03-15T11:09:41.821Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:51f43266-18ca-4dc0-b732-3989bf2064e9
ServiceName:basic_onboard_nXoqsx
ServiceVersion:1.0
ServiceUUID:071e39c5-6795-47ed-bc63-a7003127a6be
ServiceInvariantUUID:549251c3-b1a7-4cdd-9ca1-0bb17c628aff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNxoqsx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
ArtifactUUID:ac996eea-9cbb-4827-bb2e-1d661fd4f48f
ArtifactChecksum:ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nXoqsx 0
ResourceCustomizationUUID:b5206634-51b0-4172-8a27-dc78b5edbad6
ResourceInvariantUUID:afaa5f67-e717-4b2a-8162-23784113dc9e
ResourceName:basic_onboard_nXoqsx
ResourceType:VF
ResourceUUID:55ed2111-a416-49da-bc5f-f78ca0b8e1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nxoqsx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
ArtifactUUID:09995c76-c24d-4530-aa7d-c77028102290
ArtifactChecksum:NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ=
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b629c5e-669a-4f6c-9479-d45107f236d0
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
ArtifactUUID:0ca72bd6-956b-430a-93ff-2c46f1931cd2
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
ArtifactUUID:0ca72bd6-956b-430a-93ff-2c46f1931cd2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:09:41.821Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 071e39c5-6795-47ed-bc63-a7003127a6be 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-03-15T11:09:41.885Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:09:41.886Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac996eea-9cbb-4827-bb2e-1d661fd4f48f from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:41.890Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:42.115Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:42.141Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ac996eea-9cbb-4827-bb2e-1d661fd4f48f 71550
2022-03-15T11:09:42.144Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ASDC sendASDCNotification
2022-03-15T11:09:42.144Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:42.146Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:42.148Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:42.152Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:42.152Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342582142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:42.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:42.253Z||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-03-15T11:09:42.254Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:42.271Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:42.271Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:43.153Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:09:43.155Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:43.156Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ac996eea-9cbb-4827-bb2e-1d661fd4f48f, URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.157Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.265Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.265Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:44.014Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5277724141128238316/Definitions/service-BasicOnboardNxoqsx-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-03-15T11:09:46.363Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nXoqsx 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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.372Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:09:46.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.381Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.385Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.386Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:09:46.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:09:46.391Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:09:46.391Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:09:46.400Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.400Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.401Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.401Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b4f5d475-a44f-4177-abb5-3d5d40302d35
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nXoqsx
Description:service
Model UUID:071e39c5-6795-47ed-bc63-a7003127a6be
Model Version:NULL
Model InvariantUuid:549251c3-b1a7-4cdd-9ca1-0bb17c628aff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nXoqsx
Model UUID:6aba74d4-9127-464d-ba83-1d6f5d043c6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afaa5f67-e717-4b2a-8162-23784113dc9e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b5206634-51b0-4172-8a27-dc78b5edbad6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
ModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
ModelUuid:67659879-82f9-4316-9e76-4cc4c362ca4a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b4f5d475-a44f-4177-abb5-3d5d40302d35
ModelInvariantUuid:b4be815a-bc17-46f8-a911-5627e3502598
ModelName:basic_onboard_nXoqsx-nodes.ubuntu18Cvfc
ModelUuid:0ac9687f-4008-4447-9d68-49938d4d5c06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:da60610d-71df-4a2a-ba4d-42c44665f0e3
ModelInvariantUuid:bfd04091-1d40-4ea0-9b29-7b3c892620c7
ModelName:BasicOnboardNxoqsx.compute.nodes.heat.ubuntu18
ModelUuid:6368c5cc-d985-4439-ac02-9b9ff2dc8de9
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-03-15T11:09:46.421Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 55ed2111-a416-49da-bc5f-f78ca0b8e1c4
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-03-15T11:09:46.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||basic_onboard_nXoqsx 0
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55ed2111-a416-49da-bc5f-f78ca0b8e1c4
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09995c76-c24d-4530-aa7d-c77028102290 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:46.579Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.802Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json 09995c76-c24d-4530-aa7d-c77028102290 798
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json ASDC sendASDCNotification
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.804Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:46.804Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:46.807Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:46.808Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342586803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:46.907Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:46.909Z||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-03-15T11:09:46.909Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:46.924Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:46.925Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:47.810Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNxoqsx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00aa5c49-2ff7-4bb7-8f73-3373b87008f6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "67659879-82f9-4316-9e76-4cc4c362ca4a",
"vfModuleModelCustomizationUUID": "19934159-1280-4960-bb37-e4963e2d7d75",
"isBase": true,
"artifacts": [
"4b629c5e-669a-4f6c-9479-d45107f236d0",
"0ca72bd6-956b-430a-93ff-2c46f1931cd2"
],
"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-03-15T11:09:47.824Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67659879-82f9-4316-9e76-4cc4c362ca4a
VfModuleModelInvariantUUID:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b629c5e-669a-4f6c-9479-d45107f236d0
,
0ca72bd6-956b-430a-93ff-2c46f1931cd2
}
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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNxoqsx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00aa5c49-2ff7-4bb7-8f73-3373b87008f6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "67659879-82f9-4316-9e76-4cc4c362ca4a",
"vfModuleModelCustomizationUUID": "19934159-1280-4960-bb37-e4963e2d7d75",
"isBase": true,
"artifacts": [
"4b629c5e-669a-4f6c-9479-d45107f236d0",
"0ca72bd6-956b-430a-93ff-2c46f1931cd2"
],
"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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67659879-82f9-4316-9e76-4cc4c362ca4a
VfModuleModelInvariantUUID:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b629c5e-669a-4f6c-9479-d45107f236d0
,
0ca72bd6-956b-430a-93ff-2c46f1931cd2
}
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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b629c5e-669a-4f6c-9479-d45107f236d0 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.828Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:47.828Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.911Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml 4b629c5e-669a-4f6c-9479-d45107f236d0 5033
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.913Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:47.913Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:47.916Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:47.917Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342587912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:48.016Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:48.018Z||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-03-15T11:09:48.018Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:48.040Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:48.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ca72bd6-956b-430a-93ff-2c46f1931cd2 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:49.306Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:49.306Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env 0ca72bd6-956b-430a-93ff-2c46f1931cd2 909
2022-03-15T11:09:49.307Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:49.313Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:49.313Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342589307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:09:49.412Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:49.413Z||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-03-15T11:09:49.414Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:49.440Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:49.441Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:50.314Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 071e39c5-6795-47ed-bc63-a7003127a6be
2022-03-15T11:09:50.314Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nXoqsx 0 55ed2111-a416-49da-bc5f-f78ca0b8e1c4 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-03-15T11:09:50.348Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b93ea8e, org.onap.sdc.toscaparser.api.parameters.Input@4472af09, org.onap.sdc.toscaparser.api.parameters.Input@7791fc7d, org.onap.sdc.toscaparser.api.parameters.Input@657d58c8, org.onap.sdc.toscaparser.api.parameters.Input@510e0973]
2022-03-15T11:09:50.352Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b5206634-51b0-4172-8a27-dc78b5edbad6
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5206634-51b0-4172-8a27-dc78b5edbad6 matches Tosca VF Customization UUID: b5206634-51b0-4172-8a27-dc78b5edbad6
2022-03-15T11:09:50.354Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b5206634-51b0-4172-8a27-dc78b5edbad6 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-03-15T11:09:50.362Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.362Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b5206634-51b0-4172-8a27-dc78b5edbad6: {\"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-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f1d44f
2022-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.365Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:09:50.366Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19934159-1280-4960-bb37-e4963e2d7d75
2022-03-15T11:09:50.367Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19934159-1280-4960-bb37-e4963e2d7d75
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-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.377Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b4f5d475-a44f-4177-abb5-3d5d40302d35
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-03-15T11:09:50.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=b5206634-51b0-4172-8a27-dc78b5edbad6
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-03-15T11:09:50.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.393Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 071e39c5-6795-47ed-bc63-a7003127a6be: basic_onboard_nXoqsx
2022-03-15T11:09:50.393Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nXoqsx
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-03-15T11:09:50.605Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nXoqsx 55ed2111-a416-49da-bc5f-f78ca0b8e1c4 1 ASDC deployResourceStructure
2022-03-15T11:09:50.606Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json ASDC sendASDCNotification
2022-03-15T11:09:50.606Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:50.607Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:50.608Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:50.610Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:50.610Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342590606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:50.712Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:09:50.713Z||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-03-15T11:09:50.713Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:50.731Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:50.732Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:51.611Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:09:51.613Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:51.614Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:51.615Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:51.620Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:51.620Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342591611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:51.720Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:51.721Z||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-03-15T11:09:51.721Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:51.741Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:51.741Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:52.621Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:09:52.622Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:52.622Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:52.623Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:52.625Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:52.626Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342592621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:52.726Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:52.727Z||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-03-15T11:09:52.727Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:52.740Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:52.740Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:53.627Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ASDC sendASDCNotification
2022-03-15T11:09:53.627Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:53.628Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:53.629Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:53.631Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:53.632Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342593627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:09:53.732Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:53.734Z||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-03-15T11:09:53.734Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:53.752Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:53.752Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:54.633Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:09:54.651Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9
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-03-15T11:09:54.654Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:09:54.654Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-03-15T11:09:54.662Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:10:24.663Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:10:24.673Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f43266-18ca-4dc0-b732-3989bf2064e9 and serviceModelVersionId: 071e39c5-6795-47ed-bc63-a7003127a6be
2022-03-15T11:10:24.673Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 549251c3-b1a7-4cdd-9ca1-0bb17c628aff
2022-03-15T11:10:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:10:33.996Z||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-03-15T11:10:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:34.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:34.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:10:34.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:10:34.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:10:41.088Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0
2022-03-15T11:10:41.261Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:10:41.872Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?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-03-15T11:10:41.878Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|INFO|500||Invoke
2022-03-15T11:10:42.003Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T11:10:42.535Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|INFO|500||InvokeReturn
2022-03-15T11:10:42.536Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:10:40:458-60672], vertex-id=[163888], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:10:40 GMT], Content-Type=[application/json]}
2022-03-15T11:10:42.537Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:10:42.540Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:10:42.540Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-03-15T11:10:42.548Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-03-15T11:10:42.549Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f43266-18ca-4dc0-b732-3989bf2064e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:10:42.550Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:10:42.550Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:42.552Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:42.552Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342642549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:10:42.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:42.654Z||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-03-15T11:10:42.654Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:42.671Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:42.672Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:10:43.568Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:10:43.568Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"31ea7ec6-b77b-4732-8097-603161e1adcc","serviceName":"vFW 2022-03-15 11-06-35","serviceVersion":"1.0","serviceUUID":"7168ad83-348d-4681-a3c1-04d237185825","serviceDescription":"catalog service description","serviceInvariantUUID":"2cfb6396-fdb4-4c0b-ad55-63ac04c03980","resources":[{"resourceInstanceName":"vFW 4f03a196-cad2 0","resourceName":"vFW 4f03a196-cad2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0d1b55c-85c4-4428-a122-4701477fe114","resourceInvariantUUID":"4877f8b9-521e-4f33-9b18-a1b3dcea1263","resourceCustomizationUUID":"3b8be374-011b-41f8-b31c-4d0f1fda139f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml","artifactChecksum":"ZThiOTk2YTNmOTJjYmNjYjZhZTEzZDYyOTM0MDllOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78afacff-51e2-4014-bea1-2fe040f16bb0","artifactVersion":"1"},{"artifactName":"vfw4f03a196cad20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json","artifactChecksum":"MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca1ac645-d91c-4d99-aa6c-bc7c4fc80402","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"82ef866b-be9b-464f-8f9a-59dcf9a742fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml","artifactChecksum":"YzM3ZmEzZGY2NGZjZGYyZTE2OWMxMTg2N2U5MjU5M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98056af4-d30c-4a44-8475-380f76428415","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efce886d-0e4d-42ee-a484-b3e073dac066","artifactVersion":"2","generatedFromUUID":"82ef866b-be9b-464f-8f9a-59dcf9a742fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315110635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml","artifactChecksum":"NTJkNjQyNTNmY2Y3MjA1Y2I4YWZjZjRhODcxNTFjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc59ab28-8b5a-4cc6-b004-07318d3ad825","artifactVersion":"1"},{"artifactName":"service-Vfw20220315110635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar","artifactChecksum":"ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1480497b-8969-43a9-8121-ef3d560bd564","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:10:43.569Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:43.569Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:43.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:43.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:10:43.672Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:10:43.673Z||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-03-15T11:10:43.673Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:43.687Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:43.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:10:44.572Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:44.573Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:44.575Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:44.575Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:10:44.675Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:44.677Z||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-03-15T11:10:44.677Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:44.693Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:44.694Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:10:45.576Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:45.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:45.581Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:45.581Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:10:45.681Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:45.683Z||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-03-15T11:10:45.683Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:45.709Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:45.710Z||pool-21-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:46.582Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:46.583Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:46.585Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:46.585Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:10:46.686Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:10:46.687Z||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-03-15T11:10:46.687Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:46.700Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:46.701Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:47.586Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:47.587Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:47.590Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:47.590Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:10:47.690Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:47.692Z||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-03-15T11:10:47.692Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:47.709Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:47.709Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:48.591Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:48.592Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:48.594Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:48.594Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:10:48.694Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:48.695Z||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-03-15T11:10:48.695Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:48.710Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:48.710Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:49.595Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:49.596Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:49.598Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:49.598Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:10:49.699Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:49.700Z||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-03-15T11:10:49.700Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:49.722Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:49.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:50.600Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"serviceName": "vFW 2022-03-15 11-06-35",
"serviceVersion": "1.0",
"serviceUUID": "7168ad83-348d-4681-a3c1-04d237185825",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2cfb6396-fdb4-4c0b-ad55-63ac04c03980",
"resources": [
{
"resourceInstanceName": "vFW 4f03a196-cad2 0",
"resourceCustomizationUUID": "3b8be374-011b-41f8-b31c-4d0f1fda139f",
"resourceName": "vFW 4f03a196-cad2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c0d1b55c-85c4-4428-a122-4701477fe114",
"resourceInvariantUUID": "4877f8b9-521e-4f33-9b18-a1b3dcea1263",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4f03a196cad20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"artifactChecksum": "MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca1ac645-d91c-4d99-aa6c-bc7c4fc80402",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "82ef866b-be9b-464f-8f9a-59dcf9a742fc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efce886d-0e4d-42ee-a484-b3e073dac066",
"generatedFromUUID": "82ef866b-be9b-464f-8f9a-59dcf9a742fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efce886d-0e4d-42ee-a484-b3e073dac066",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315110635-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"artifactChecksum": "ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1480497b-8969-43a9-8121-ef3d560bd564"
}
],
"workloadContext": "Production"
}
2022-03-15T11:10:50.600Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:10:50.601Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7168ad83-348d-4681-a3c1-04d237185825 ASDC
2022-03-15T11:10:50.602Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:31ea7ec6-b77b-4732-8097-603161e1adcc
ServiceName:vFW 2022-03-15 11-06-35
ServiceVersion:1.0
ServiceUUID:7168ad83-348d-4681-a3c1-04d237185825
ServiceInvariantUUID:2cfb6396-fdb4-4c0b-ad55-63ac04c03980
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315110635-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
ArtifactUUID:1480497b-8969-43a9-8121-ef3d560bd564
ArtifactChecksum:ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f03a196-cad2 0
ResourceCustomizationUUID:3b8be374-011b-41f8-b31c-4d0f1fda139f
ResourceInvariantUUID:4877f8b9-521e-4f33-9b18-a1b3dcea1263
ResourceName:vFW 4f03a196-cad2
ResourceType:VF
ResourceUUID:c0d1b55c-85c4-4428-a122-4701477fe114
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f03a196cad20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
ArtifactUUID:ca1ac645-d91c-4d99-aa6c-bc7c4fc80402
ArtifactChecksum:MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI=
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
ArtifactUUID:82ef866b-be9b-464f-8f9a-59dcf9a742fc
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
ArtifactUUID:efce886d-0e4d-42ee-a484-b3e073dac066
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
ArtifactUUID:efce886d-0e4d-42ee-a484-b3e073dac066
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:10:50.602Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7168ad83-348d-4681-a3c1-04d237185825 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-03-15T11:10:50.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:10:50.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:50.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1480497b-8969-43a9-8121-ef3d560bd564 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.906Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:50.912Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar 1480497b-8969-43a9-8121-ef3d560bd564 98932
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar ASDC sendASDCNotification
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:50.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:50.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342650913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:10:51.016Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:51.018Z||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-03-15T11:10:51.018Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:51.039Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:51.040Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:51.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1480497b-8969-43a9-8121-ef3d560bd564, URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar to file: /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:52.082Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17505445920400604076/Definitions/service-Vfw20220315110635-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-15T11:10:54.348Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:10:54.348Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f03a196-cad2 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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e4df4c28-b8ba-4357-9330-15aad96e0a16
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.370Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.370Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.388Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:54.389Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.389Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 11-06-35
Description:catalog service description
Model UUID:7168ad83-348d-4681-a3c1-04d237185825
Model Version:NULL
Model InvariantUuid:2cfb6396-fdb4-4c0b-ad55-63ac04c03980
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4f03a196-cad2
Model UUID:79a83a72-6fcb-4e45-bf87-47c36f4951cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4877f8b9-521e-4f33-9b18-a1b3dcea1263
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3b8be374-011b-41f8-b31c-4d0f1fda139f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
ModelName:Vfw4f03a196Cad2..base_vfw..module-0
ModelUuid:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
ModelInvariantUuid:c8e9c3fe-8d1d-41cf-a7b0-7060db756743
ModelName:vFW 4f03a196-cad2-nodes.vfwCvfc
ModelUuid:ccfa7202-78a1-46fb-a107-47b83309ae78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:99a25ada-63fc-44e3-91cd-ac3e33985058
ModelInvariantUuid:0a9e175a-1bf5-4644-b333-b823a7d3f524
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vfw
ModelUuid:641e461e-a765-4138-ba3f-73c037df8f75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
ModelInvariantUuid:b0bb8d93-c49e-40b5-93e8-932923608790
ModelName:vFW 4f03a196-cad2-nodes.vsnCvfc
ModelUuid:d481a674-6627-451b-83b6-1115569a2cbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:964f5804-498b-4ca8-82de-9b9b53f8b327
ModelInvariantUuid:718ea72a-d3d5-4ee3-bbbe-1b2884102d89
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vsn
ModelUuid:80cfd4ab-a628-472c-a4e2-e7d1b7c6dcaa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e4df4c28-b8ba-4357-9330-15aad96e0a16
ModelInvariantUuid:4b8e1ab1-36b0-476b-a01a-d868a600c77c
ModelName:vFW 4f03a196-cad2-nodes.vpgCvfc
ModelUuid:e1033a20-c092-41dd-ae0e-a7e167495a13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6723efb4-05b3-493f-bb97-4e5a38213b5b
ModelInvariantUuid:cd791b3b-3292-4784-afb5-97261e6f3db6
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vpg
ModelUuid:5551d10f-1fd9-445b-8fef-b61e8c245328
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-03-15T11:10:54.399Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c0d1b55c-85c4-4428-a122-4701477fe114
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-03-15T11:10:54.403Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||vFW 4f03a196-cad2 0
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0d1b55c-85c4-4428-a122-4701477fe114
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca1ac645-d91c-4d99-aa6c-bc7c4fc80402 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.890Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:54.890Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ca1ac645-d91c-4d99-aa6c-bc7c4fc80402 785
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ASDC sendASDCNotification
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:54.894Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:54.894Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342654891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:10:54.994Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:10:54.996Z||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-03-15T11:10:54.996Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:55.012Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:55.013Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:55.895Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f03a196Cad2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59807c6f-ed72-48bf-99d7-ca1cf63f2e71",
"vfModuleModelCustomizationUUID": "80fdda93-b756-4490-bbbd-dccc293d7a94",
"isBase": true,
"artifacts": [
"82ef866b-be9b-464f-8f9a-59dcf9a742fc",
"efce886d-0e4d-42ee-a484-b3e073dac066"
],
"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-03-15T11:10:55.902Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03a196Cad2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
VfModuleModelInvariantUUID:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
82ef866b-be9b-464f-8f9a-59dcf9a742fc
,
efce886d-0e4d-42ee-a484-b3e073dac066
}
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-03-15T11:10:55.906Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4f03a196Cad2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "59807c6f-ed72-48bf-99d7-ca1cf63f2e71",
"vfModuleModelCustomizationUUID": "80fdda93-b756-4490-bbbd-dccc293d7a94",
"isBase": true,
"artifacts": [
"82ef866b-be9b-464f-8f9a-59dcf9a742fc",
"efce886d-0e4d-42ee-a484-b3e073dac066"
],
"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-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03a196Cad2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
VfModuleModelInvariantUUID:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
82ef866b-be9b-464f-8f9a-59dcf9a742fc
,
efce886d-0e4d-42ee-a484-b3e073dac066
}
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-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82ef866b-be9b-464f-8f9a-59dcf9a742fc from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:56.300Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml 82ef866b-be9b-464f-8f9a-59dcf9a742fc 20368
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:56.303Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:56.305Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:56.305Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342656302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:10:56.405Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:56.407Z||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-03-15T11:10:56.407Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:56.438Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:56.439Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:57.306Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: efce886d-0e4d-42ee-a484-b3e073dac066 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:57.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.591Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:57.591Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env efce886d-0e4d-42ee-a484-b3e073dac066 2098
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:57.595Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:57.595Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342657592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:10:57.695Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:57.696Z||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-03-15T11:10:57.696Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:57.723Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:57.724Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:58.596Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7168ad83-348d-4681-a3c1-04d237185825
2022-03-15T11:10:58.596Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f03a196-cad2 0 c0d1b55c-85c4-4428-a122-4701477fe114 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:10:58.624Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e2f3450, org.onap.sdc.toscaparser.api.parameters.Input@114f79b0, org.onap.sdc.toscaparser.api.parameters.Input@bfbbeaa, org.onap.sdc.toscaparser.api.parameters.Input@38b14f7b, org.onap.sdc.toscaparser.api.parameters.Input@5fdb6189]
2022-03-15T11:10:58.626Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.626Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3b8be374-011b-41f8-b31c-4d0f1fda139f
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f matches Tosca VF Customization UUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f 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-03-15T11:10:58.630Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.631Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3b8be374-011b-41f8-b31c-4d0f1fda139f: {\"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-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5193b648
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:10:58.633Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80fdda93-b756-4490-bbbd-dccc293d7a94
2022-03-15T11:10:58.633Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80fdda93-b756-4490-bbbd-dccc293d7a94
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-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.637Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.637Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:58.642Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.642Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
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-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
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-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.657Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:10:58.661Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e4df4c28-b8ba-4357-9330-15aad96e0a16
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-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.665Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.665Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=3b8be374-011b-41f8-b31c-4d0f1fda139f
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-03-15T11:10:58.667Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7168ad83-348d-4681-a3c1-04d237185825: vFW 4f03a196-cad2
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-15 11-06-35
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-03-15T11:10:58.912Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f03a196-cad2 c0d1b55c-85c4-4428-a122-4701477fe114 1 ASDC deployResourceStructure
2022-03-15T11:10:58.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ASDC sendASDCNotification
2022-03-15T11:10:58.914Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:58.914Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:10:58.915Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:58.917Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:58.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342658913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:10:59.018Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:59.019Z||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-03-15T11:10:59.019Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:59.032Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:59.032Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:59.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:59.922Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:59.922Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342659919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:11:00.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:11:00.024Z||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-03-15T11:11:00.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:00.038Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:00.039Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:00.926Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:11:00.929Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:11:00.929Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342660926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:11:01.030Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:11:01.031Z||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-03-15T11:11:01.031Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:01.049Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:01.050Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:01.930Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar ASDC sendASDCNotification
2022-03-15T11:11:01.931Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:11:01.931Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:11:01.932Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:11:01.934Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:11:01.935Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342661930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:11:02.035Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:11:02.037Z||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-03-15T11:11:02.037Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:02.052Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:02.053Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:02.938Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:11:02.954Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:11:32.961Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:11:32.976Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:11:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:11:33.996Z||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-03-15T11:11:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:34.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:34.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:11:34.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:11:34.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:02.981Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:12:02.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:12:32.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:12:33.005Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:12:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:12:33.996Z||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-03-15T11:12:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:12:34.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:12:34.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342542571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342576355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342582142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342586803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342587912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342589307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342590606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342590113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342591611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "aai-ml",
"timestamp": 1647342591118,
"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-03-15T11:12:34.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:12:34.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:12:34.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342592621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342593627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:03.009Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:13:03.021Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-03-15T11:13:03.034Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:13:33.035Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:13:33.046Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31ea7ec6-b77b-4732-8097-603161e1adcc and serviceModelVersionId: 7168ad83-348d-4681-a3c1-04d237185825
2022-03-15T11:13:33.047Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cfb6396-fdb4-4c0b-ad55-63ac04c03980
2022-03-15T11:13:33.049Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0
2022-03-15T11:13:33.054Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:13:33.128Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?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-03-15T11:13:33.130Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|INFO|500||Invoke
2022-03-15T11:13:33.164Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T11:13:33.276Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|INFO|500||InvokeReturn
2022-03-15T11:13:33.279Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-11:13:31:617-17795], vertex-id=[364680], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:13:31 GMT], Content-Type=[application/json]}
2022-03-15T11:13:33.280Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:13:33.280Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:13:33.281Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-03-15T11:13:33.288Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-03-15T11:13:33.289Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31ea7ec6-b77b-4732-8097-603161e1adcc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:13:33.289Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:13:33.290Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:33.292Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:33.292Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342813289,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:13:33.393Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:33.394Z||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-03-15T11:13:33.394Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:33.412Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:33.413Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:33.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:33.997Z||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-03-15T11:13:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:34.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:34.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342642549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342573991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342650913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342654891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342656302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342657592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342658913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342659919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342660926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342661930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:13:34.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:34.309Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:34.309Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:44.598Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:44.599Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:44.600Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:44.600Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:54.152Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:54.153Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:54.154Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:54.154Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:03.693Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:03.694Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:03.695Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:14:03.695Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:13.257Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:14:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:33.995Z||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-03-15T11:14:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:34.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:34.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T11:14:34.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342813289,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:14:34.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:14:43.548Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:15:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:15:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:15:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:15:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:15:33.996Z||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-03-15T11:15:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:15:43.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:15:43.550Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:16:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:16:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:16:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:16:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:16:33.996Z||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-03-15T11:16:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:16:43.547Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:16:43.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:17:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:17:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:17:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:17:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:17:33.995Z||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-03-15T11:17:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:17:43.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:17:43.547Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:18:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:18:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:18:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:18:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:18:33.996Z||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-03-15T11:18:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:18:43.552Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:18:43.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:19:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:19:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:33.996Z||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-03-15T11:19:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:19:43.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:43.562Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:20:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:20:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:20:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:20:33.995Z||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-03-15T11:20:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:20:43.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:43.609Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:21:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:21:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:21:33.995Z||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-03-15T11:21:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:40.674Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:40.676Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:21:40.677Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0a66a3-3a9a-4e3b-9b3f-51709199d39f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ddf01581-9dec-4c9f-8b3f-e64228f00d2b","serviceDescription":"service","serviceInvariantUUID":"35685711-2202-4100-afff-e470170909c5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e","resourceInvariantUUID":"a5087401-df81-47a4-ad08-aeea0bd6b98e","resourceCustomizationUUID":"5d493767-ba49-4f4f-8359-0eae5088833c","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":"Y2IyOTYxMzVhMzExMjk0MmQzN2M1ODExYzAzNDdlOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"534a163c-4e81-4878-a98e-dfbaa151cc1b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98614540-f7b5-420d-80d9-3ade461955ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:21:40.684Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:21:40.685Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:40.690Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:40.690Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343293991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:21:40.790Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:40.792Z||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-03-15T11:21:40.792Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:40.861Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:40.862Z||pool-35-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":3,"count":1}
2022-03-15T11:21:40.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:40.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:21:40.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "clamp",
"timestamp": 1647343299288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:21:40.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:21:41.691Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:21:41.696Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:41.699Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:41.699Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343293991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:21:41.799Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:41.800Z||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-03-15T11:21:41.800Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:41.822Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:41.822Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:21:42.701Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ddf01581-9dec-4c9f-8b3f-e64228f00d2b",
"serviceDescription": "service",
"serviceInvariantUUID": "35685711-2202-4100-afff-e470170909c5",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5d493767-ba49-4f4f-8359-0eae5088833c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e",
"resourceInvariantUUID": "a5087401-df81-47a4-ad08-aeea0bd6b98e",
"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": "MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "98614540-f7b5-420d-80d9-3ade461955ab"
}
],
"workloadContext": "Production"
}
2022-03-15T11:21:42.704Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:21:42.704Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ddf01581-9dec-4c9f-8b3f-e64228f00d2b ASDC
2022-03-15T11:21:42.705Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ddf01581-9dec-4c9f-8b3f-e64228f00d2b
ServiceInvariantUUID:35685711-2202-4100-afff-e470170909c5
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:98614540-f7b5-420d-80d9-3ade461955ab
ArtifactChecksum:MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5d493767-ba49-4f4f-8359-0eae5088833c
ResourceInvariantUUID:a5087401-df81-47a4-ad08-aeea0bd6b98e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-15T11:21:42.705Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddf01581-9dec-4c9f-8b3f-e64228f00d2b 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-03-15T11:21:42.746Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:21:42.748Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:42.748Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 98614540-f7b5-420d-80d9-3ade461955ab from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:43.228Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 98614540-f7b5-420d-80d9-3ade461955ab 52487
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:21:43.232Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:43.234Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:43.234Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343303231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:21:43.334Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:43.336Z||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-03-15T11:21:43.336Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:43.350Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:43.351Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:21:44.235Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:21:44.236Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:44.236Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 98614540-f7b5-420d-80d9-3ade461955ab, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.237Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T11:21:44.237Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.238Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.406Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4532455863391059929/Definitions/service-BasicNetwork-template.yml
2022-03-15T11:21:44.972Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.976Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.976Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ddf01581-9dec-4c9f-8b3f-e64228f00d2b
Model Version:NULL
Model InvariantUuid:35685711-2202-4100-afff-e470170909c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a5087401-df81-47a4-ad08-aeea0bd6b98e
Model UUID:ec849669-55ad-4d84-9905-ea6810fbc7bd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5d493767-ba49-4f4f-8359-0eae5088833c
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-03-15T11:21:44.996Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e
2022-03-15T11:21:44.996Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||No resources found for Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
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-03-15T11:21:45.005Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||
2022-03-15T11:21:45.006Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-15T11:21:45.008Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.014Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@306f41f, org.onap.sdc.toscaparser.api.parameters.Input@55ec25ef, org.onap.sdc.toscaparser.api.parameters.Input@389f509b, org.onap.sdc.toscaparser.api.parameters.Input@3874a6dd, org.onap.sdc.toscaparser.api.parameters.Input@ce61bc0]
2022-03-15T11:21:45.016Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ddf01581-9dec-4c9f-8b3f-e64228f00d2b: Generic NeutronNet
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:45.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:21:45.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:45.134Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:45.134Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343305131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:21:45.235Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:45.236Z||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-03-15T11:21:45.236Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:45.250Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:21:45.250Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:21:46.136Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:21:46.149Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:21:46.152Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:21:46.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:21:46.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:22:16.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:22:16.163Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:22:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:22:33.996Z||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-03-15T11:22:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:22:34.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:22:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343298384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:22:34.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343292055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343293991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "aai-ml",
"timestamp": 1647343292571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:22:46.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:22:46.177Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:22:46.179Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:22:46.179Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:22:46.180Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:23:16.180Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:23:16.192Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:23:16.195Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:23:16.196Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:23:16.196Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:23:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:23:33.996Z||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-03-15T11:23:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:23:34.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:23:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:23:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "cds",
"timestamp": 1647343293474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:23:34.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:23:46.199Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:23:46.232Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:16.240Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:24:16.252Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:24:16.254Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:24:16.254Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:24:16.255Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:24:33.996Z||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-03-15T11:24:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:24:34.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:24:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343292055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343293991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "aai-ml",
"timestamp": 1647343292571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343298384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "clamp",
"timestamp": 1647343299288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "cds",
"timestamp": 1647343293474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "cds",
"timestamp": 1647343302584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343303231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "aai-ml",
"timestamp": 1647343302121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "cds",
"timestamp": 1647343303601,
"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-03-15T11:24:34.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.036Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343305131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "policy-id",
"timestamp": 1647343305920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "clamp",
"timestamp": 1647343306071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "policy-id",
"timestamp": 1647343305920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "aai-ml",
"timestamp": 1647343307213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "policy-id",
"timestamp": 1647343308930,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "aai-ml",
"timestamp": 1647343308218,
"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-03-15T11:24:34.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "clamp",
"timestamp": 1647343309075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "policy-id",
"timestamp": 1647343309938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "dcae-sch",
"timestamp": 1647343309335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "clamp",
"timestamp": 1647343310081,
"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-03-15T11:24:34.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.078Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "policy-id",
"timestamp": 1647343310941,
"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-03-15T11:24:34.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "dcae-sch",
"timestamp": 1647343309335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343314479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343314479,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343317478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343319112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343320116,
"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-03-15T11:24:34.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:46.255Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:24:46.265Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:24:46.269Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:24:46.269Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:24:46.272Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:24:46.278Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:25:16.278Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:25:16.285Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f and serviceModelVersionId: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:25:16.285Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35685711-2202-4100-afff-e470170909c5
2022-03-15T11:25:16.287Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0
2022-03-15T11:25:16.296Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:25:16.369Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?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-03-15T11:25:16.371Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|INFO|500||Invoke
2022-03-15T11:25:16.397Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T11:25:16.730Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|INFO|500||InvokeReturn
2022-03-15T11:25:16.731Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-11:25:14:853-1366], vertex-id=[217168], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:25:14 GMT], Content-Type=[application/json]}
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:25:16.737Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:25:16.737Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:25:16.738Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:25:16.738Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:16.741Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:16.741Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343516738,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:25:16.841Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:16.842Z||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-03-15T11:25:16.843Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:16.858Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:16.859Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:25:17.752Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:25:17.752Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|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-03-15T11:25:17.753Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:22.115Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:22.117Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:25:22.118Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"da4d29e4-e4e8-4030-8a14-ab73b43648b8","serviceDescription":"service","serviceInvariantUUID":"ce7788a1-affc-4dc9-a94a-8f23d96ac302","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0bfc08e-95ae-48c5-a709-c41aa34043bf","resourceInvariantUUID":"bb215b8a-f8db-4bb4-b5cd-f542f017f292","resourceCustomizationUUID":"a2be31af-098e-4349-a1a8-c223cd12ea64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"59a86187-1383-4d10-8cbb-178a1dcbda39","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZThhYTE3ZGU3NmY5ZmVhNGM0MmNjNmRlNDY4ZmYzZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed04143d-cdb6-42db-ab0c-dcbe7632dd0a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2e3d31c-73e5-4b17-a459-ad3653578270","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28c26456-0fd7-4eb7-babd-f86ae0137036","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70727c77-2d29-44bb-a846-0b191921257f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f365245b-735c-42ff-b4ba-b4f8f53a4c36","artifactVersion":"2","generatedFromUUID":"28c26456-0fd7-4eb7-babd-f86ae0137036"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjliYmNiYjY0NGE0YWE3Yzk3MzJiMDM4MjFmMzBkZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b92c156a-96bf-4f2d-91e0-e0433c816c49","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:25:22.120Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:22.121Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:22.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:22.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:25:22.224Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:22.225Z||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-03-15T11:25:22.225Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:22.239Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:22.240Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:23.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:23.125Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:23.127Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:23.128Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:25:23.228Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:23.230Z||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-03-15T11:25:23.230Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:23.313Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:23.313Z||pool-41-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":2,"count":1}
2022-03-15T11:25:24.128Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:24.129Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:24.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:24.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:25:24.233Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:25:24.234Z||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-03-15T11:25:24.234Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:24.271Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:24.273Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:25.133Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:25.135Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:25.138Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:25.139Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:25:25.238Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:25.240Z||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-03-15T11:25:25.240Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:25.255Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:25.255Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:26.140Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:26.141Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:26.144Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:26.145Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:25:26.244Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:26.245Z||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-03-15T11:25:26.245Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:26.258Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:26.259Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:27.145Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:27.147Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:27.149Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:27.150Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:25:27.250Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:27.251Z||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-03-15T11:25:27.251Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:27.263Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:27.263Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:28.151Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:28.152Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:28.155Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:28.155Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:25:28.255Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:28.256Z||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-03-15T11:25:28.256Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:28.271Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:28.272Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:25:29.156Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:29.157Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:29.160Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:29.160Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343517752,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:25:29.260Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:29.261Z||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-03-15T11:25:29.261Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:29.277Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:29.277Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:30.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "da4d29e4-e4e8-4030-8a14-ab73b43648b8",
"serviceDescription": "service",
"serviceInvariantUUID": "ce7788a1-affc-4dc9-a94a-8f23d96ac302",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "a2be31af-098e-4349-a1a8-c223cd12ea64",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b0bfc08e-95ae-48c5-a709-c41aa34043bf",
"resourceInvariantUUID": "bb215b8a-f8db-4bb4-b5cd-f542f017f292",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2e3d31c-73e5-4b17-a459-ad3653578270",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "28c26456-0fd7-4eb7-babd-f86ae0137036",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f365245b-735c-42ff-b4ba-b4f8f53a4c36",
"generatedFromUUID": "28c26456-0fd7-4eb7-babd-f86ae0137036"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f365245b-735c-42ff-b4ba-b4f8f53a4c36",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4"
}
],
"workloadContext": "Production"
}
2022-03-15T11:25:30.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:25:30.167Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da4d29e4-e4e8-4030-8a14-ab73b43648b8 ASDC
2022-03-15T11:25:30.168Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:da4d29e4-e4e8-4030-8a14-ab73b43648b8
ServiceInvariantUUID:ce7788a1-affc-4dc9-a94a-8f23d96ac302
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4
ArtifactChecksum:ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a2be31af-098e-4349-a1a8-c223cd12ea64
ResourceInvariantUUID:bb215b8a-f8db-4bb4-b5cd-f542f017f292
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b0bfc08e-95ae-48c5-a709-c41aa34043bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:a2e3d31c-73e5-4b17-a459-ad3653578270
ArtifactChecksum:OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:28c26456-0fd7-4eb7-babd-f86ae0137036
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f365245b-735c-42ff-b4ba-b4f8f53a4c36
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f365245b-735c-42ff-b4ba-b4f8f53a4c36
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:25:30.168Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da4d29e4-e4e8-4030-8a14-ab73b43648b8 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-03-15T11:25:30.214Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.424Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:25:30.427Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4 73648
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:25:30.429Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:30.431Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:30.431Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343530428,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:25:30.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:30.533Z||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-03-15T11:25:30.533Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:30.546Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:25:30.547Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:31.432Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:25:31.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:31.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.435Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-15T11:25:31.435Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.436Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.629Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11730964260154236558/Definitions/service-Basicclamp-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-03-15T11:25:32.870Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery