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-06-26T06:02:49.144Z||main|||||INFO|500||The following profiles are active: basic
2022-06-26T06:03:06.153Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-26T06:03:06.158Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-26T06:03:06.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-26T06:03:12.647Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-26T06:03:13.698Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-26T06:03:14.587Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-26T06:03:14.631Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-26T06:03:14.805Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-26T06:03:15.480Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-26T06:03:17.065Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-26T06:03:21.254Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T06:03:25.435Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T06:03:25.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-26T06:03:26.514Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-26T06:03:27.121Z||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-06-26T06:03:29.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-26T06:03:30.852Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-26T06:03:30.877Z||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$$b3d2088f.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-06-26T06:03:30.878Z||main|||||WARN|500||The sdc end point is not alive
2022-06-26T06:03:35.649Z||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-06-26T06:03:40.006Z||main|||||WARN|500||---
2022-06-26T06:03:40.007Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-26T06:03:40.007Z||main|||||WARN|500||---
2022-06-26T06:03:40.638Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-26T06:03:47.777Z||main|||||INFO|500||Started Application in 64.636 seconds (JVM running for 69.149)
2022-06-26T06:03:47.790Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-26T06:03:47.792Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-26T06:03:47.806Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-26T06:03:47.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-26T06:03:47.889Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21033f67-7cc1-4054-b043-62ee81e7d8a3 url= /sdc/v1/artifactTypes
2022-06-26T06:03:47.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-26T06:03:48.205Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-26T06:03:48.235Z||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-06-26T06:03:48.303Z||scheduling-1|||||DEBUG|500||create keys
2022-06-26T06:03:48.315Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-26T06:03:48.353Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:03:48.385Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7e19162-afb8-4a53-82d5-43d0730233ac url= /sdc/v1/registerForDistribution
2022-06-26T06:03:48.513Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7e19162-afb8-4a53-82d5-43d0730233ac url= /sdc/v1/registerForDistribution
2022-06-26T06:03:48.514Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-26T06:03:48.528Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:03:48.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:03:48.543Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-26T06:03:48.547Z||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-06-26T06:03:48.547Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:03:48.548Z||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-06-26T06:03:48.549Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:03:58.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:03:58.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:04:48.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:04:48.527Z||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-06-26T06:04:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:04:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:04:48.531Z||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-06-26T06:04:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:04:58.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:04:58.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:05:48.523Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:05:48.524Z||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-06-26T06:05:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:05:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:05:48.531Z||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-06-26T06:05:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:05:58.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:05:58.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:06:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:06:48.525Z||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-06-26T06:06:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:06:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:06:48.531Z||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-06-26T06:06:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:06:58.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:06:58.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:07:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:07:48.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:07:48.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:07:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:07:48.531Z||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-06-26T06:07:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:07:58.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:07:58.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:08:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:08:48.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:08:48.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:08:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:08:48.531Z||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-06-26T06:08:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:08:58.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:08:58.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:09:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:09:48.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:09:48.527Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:09:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:09:48.531Z||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-06-26T06:09:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:09:58.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:09:58.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:10:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:10:48.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:10:48.526Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:10:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:10:48.532Z||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-06-26T06:10:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:10:58.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:10:58.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:11:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:11:48.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:11:48.527Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:11:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:11:48.531Z||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-06-26T06:11:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:11:58.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:11:58.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:12:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:12:48.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:12:48.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:12:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:12:48.532Z||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-06-26T06:12:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:12:58.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:12:58.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:12:58.581Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-26T06:13:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:13:48.524Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:13:48.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:13:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:13:48.531Z||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-06-26T06:13:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:13:58.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:13:58.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:14:48.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:14:48.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:14:48.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:14:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:14:48.530Z||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-06-26T06:14:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:14:58.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:14:58.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:15:48.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:15:48.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:15:48.525Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:15:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:15:48.531Z||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-06-26T06:15:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:15:58.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:15:58.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:16:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:16:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:16:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:16:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:16:48.531Z||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-06-26T06:16:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:16:58.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:16:58.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:17:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:17:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:17:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:17:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:17:48.531Z||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-06-26T06:17:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:17:58.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:17:58.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:18:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:18:48.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:18:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:18:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:18:48.531Z||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-06-26T06:18:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:18:58.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:18:58.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:19:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:19:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:19:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:19:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:19:48.530Z||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-06-26T06:19:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:19:58.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:19:58.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:20:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:20:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:20:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:20:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:20:48.531Z||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-06-26T06:20:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:20:58.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:20:58.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:21:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:21:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:21:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:21:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:21:48.531Z||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-06-26T06:21:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:21:58.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:21:58.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:22:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:22:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:22:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:22:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:22:48.530Z||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-06-26T06:22:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:22:58.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:22:58.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:23:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:23:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:23:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:23:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:23:48.530Z||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-06-26T06:23:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:23:58.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:23:58.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:24:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:24:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:24:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:24:48.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:24:48.530Z||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-06-26T06:24:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:24:58.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:24:58.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:25:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:25:48.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:25:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:25:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:25:48.530Z||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-06-26T06:25:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:25:58.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:25:58.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:26:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:26:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:26:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:26:48.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:26:48.531Z||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-06-26T06:26:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:26:58.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:26:58.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:27:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:27:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:27:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:27:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:27:48.531Z||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-06-26T06:27:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:27:58.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:27:58.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:28:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:28:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:28:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:28:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:28:48.531Z||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-06-26T06:28:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:28:58.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:28:58.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:29:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:29:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:29:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:29:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:29:48.531Z||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-06-26T06:29:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:29:58.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:29:58.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:30:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:30:48.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:30:48.527Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:30:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:30:48.530Z||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-06-26T06:30:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:30:58.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:30:58.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:31:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:31:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:31:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:31:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:31:48.531Z||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-06-26T06:31:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:31:58.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:31:58.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:32:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:32:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:32:48.524Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:32:48.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:32:48.532Z||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-06-26T06:32:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:32:58.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:32:58.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:33:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:33:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:33:48.524Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:33:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:33:48.530Z||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-06-26T06:33:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:33:58.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:33:58.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:34:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:34:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:34:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:34:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:34:48.531Z||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-06-26T06:34:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:34:58.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:34:58.088Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:35:48.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:35:48.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:35:48.526Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:35:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:35:48.531Z||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-06-26T06:35:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:35:58.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:35:58.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:36:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:36:48.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:36:48.527Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:36:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:36:48.530Z||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-06-26T06:36:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:36:58.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:36:58.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:37:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:37:48.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:37:48.525Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:37:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:37:48.534Z||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-06-26T06:37:48.534Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:37:58.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:37:58.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:38:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:38:48.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:38:48.525Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:38:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:38:48.531Z||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-06-26T06:38:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:38:58.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:38:58.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:39:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:39:48.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:39:48.524Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:39:48.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:39:48.530Z||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-06-26T06:39:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:39:58.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:39:58.088Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:40:48.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:40:48.524Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:40:48.525Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:40:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:40:48.531Z||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-06-26T06:40:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:40:58.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:40:58.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:41:48.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:41:48.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:41:48.528Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:41:48.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:41:48.531Z||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-06-26T06:41:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:41:58.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:41:58.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:42:48.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:42:48.524Z||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-06-26T06:42:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:42:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:42:48.531Z||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-06-26T06:42:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:42:58.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:42:58.129Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:43:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:43:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:43:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:43:48.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:43:48.531Z||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-06-26T06:43:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:43:58.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:43:58.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:44:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:44:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:44:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:44:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:44:48.530Z||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-06-26T06:44:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:44:58.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:44:58.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:45:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:45:48.524Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:45:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:45:48.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:45:48.532Z||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-06-26T06:45:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:45:58.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:45:58.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:46:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:46:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:46:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:46:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:46:48.530Z||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-06-26T06:46:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:46:58.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:46:58.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:47:48.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:47:48.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:47:48.528Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:47:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:47:48.531Z||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-06-26T06:47:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:47:58.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:47:58.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:48:48.524Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:48:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:48:48.526Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:48:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:48:48.530Z||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-06-26T06:48:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:48:58.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:48:58.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:49:48.523Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:49:48.525Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T06:49:48.525Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:49:48.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:49:48.531Z||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-06-26T06:49:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:49:58.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:49:58.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:50:48.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:50:48.524Z||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-06-26T06:50:48.524Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:50:48.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:50:48.534Z||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-06-26T06:50:48.535Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:50:58.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:50:58.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:51:48.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:51:48.525Z||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-06-26T06:51:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:51:48.530Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:51:48.531Z||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-06-26T06:51:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:51:58.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:51:58.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:52:48.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:52:48.526Z||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-06-26T06:52:48.526Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:52:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:52:48.531Z||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-06-26T06:52:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:52:58.093Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:52:58.093Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:53:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:53:48.526Z||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-06-26T06:53:48.527Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:53:48.535Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:53:48.536Z||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-06-26T06:53:48.536Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:53:58.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:53:58.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:54:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:54:48.524Z||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-06-26T06:54:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:54:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:54:48.531Z||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-06-26T06:54:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:54:58.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:54:58.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:55:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:55:48.525Z||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-06-26T06:55:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:55:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:55:48.530Z||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-06-26T06:55:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:55:58.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:55:58.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:48.523Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:56:48.525Z||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-06-26T06:56:48.525Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:56:48.531Z||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-06-26T06:56:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:49.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:49.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"218c570d-ff80-4f40-b7e1-5d82b59462ed","serviceName":"basic_onboard_oCQfLl","serviceVersion":"1.0","serviceUUID":"537f3abe-1b7f-41d7-b8f8-04fb35a68a6f","serviceDescription":"service","serviceInvariantUUID":"6fb86681-4f2c-431f-906e-154328fcf69e","resources":[{"resourceInstanceName":"basic_onboard_oCQfLl 0","resourceName":"basic_onboard_oCQfLl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5c3a604-fbcc-4830-95d3-34393b75f35a","resourceInvariantUUID":"c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32","resourceCustomizationUUID":"fb8e751c-8a9c-4370-9cf8-904e4bfd8c42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml","artifactChecksum":"MWY3OWQzMDYwNzY2ZmI1M2YzY2I2ZDEwNmVlNzkxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbf44105-c59e-41e8-a3f8-5be641fef6da","artifactVersion":"1"},{"artifactName":"basic_onboard_ocqfll0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json","artifactChecksum":"ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e57289bb-8dd8-4da8-8404-2a2e2bef061d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07774931-740b-4121-8a9c-a1963fa273cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ea30321-803a-497f-95a9-135abd6329ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4b96dce-8957-4671-8742-68972b4ea763","artifactVersion":"2","generatedFromUUID":"07774931-740b-4121-8a9c-a1963fa273cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOcqfll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml","artifactChecksum":"N2RmMjM4YTkxNGUyOTRjNzYzN2MyZWUxYmEzOTg1YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b21a0019-36fe-45d0-9f8e-15c9cf524b03","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOcqfll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar","artifactChecksum":"Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8993b2d-d126-41d2-9c1c-1e206147a08e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T06:56:49.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.202Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:49.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:49.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.229Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226585972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226580513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226588187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226581374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226583861,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226597026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226596787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226595454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226595469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226597800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "cds",
"timestamp": 1656226596500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-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-06-26T06:56:49.329Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-26T06:56:49.336Z||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-06-26T06:56:49.336Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:49.360Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:49.361Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T06:56:49.482Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226598159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "policy-id",
"timestamp": 1656226598806,
"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-06-26T06:56:49.550Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226599260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226600460,
"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-06-26T06:56:49.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226601468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226594920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226593444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:49.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226602865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226607345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226606699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:56:49.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226608350,
"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-06-26T06:56:49.589Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:56:49.590Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:56:50.237Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:50.238Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:50.240Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:50.241Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:56:50.341Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:50.343Z||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-06-26T06:56:50.343Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:50.360Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:50.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:51.241Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:51.242Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:51.245Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:51.245Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:56:51.346Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:56:51.347Z||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-06-26T06:56:51.348Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:51.364Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:51.365Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:56:52.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:52.247Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:52.250Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:52.250Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:52.350Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:52.353Z||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-06-26T06:56:52.353Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:52.370Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:52.371Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:53.251Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:53.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:53.255Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:53.255Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T06:56:53.355Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:56:53.357Z||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-06-26T06:56:53.357Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:53.371Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:53.372Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:54.255Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:54.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:54.260Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:54.260Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:56:54.360Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:54.362Z||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-06-26T06:56:54.362Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:54.396Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:54.397Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:55.262Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T06:56:55.263Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:55.266Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:55.266Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:56:55.367Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:55.368Z||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-06-26T06:56:55.369Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:55.385Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:55.386Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:56.269Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"serviceName": "basic_onboard_oCQfLl",
"serviceVersion": "1.0",
"serviceUUID": "537f3abe-1b7f-41d7-b8f8-04fb35a68a6f",
"serviceDescription": "service",
"serviceInvariantUUID": "6fb86681-4f2c-431f-906e-154328fcf69e",
"resources": [
{
"resourceInstanceName": "basic_onboard_oCQfLl 0",
"resourceCustomizationUUID": "fb8e751c-8a9c-4370-9cf8-904e4bfd8c42",
"resourceName": "basic_onboard_oCQfLl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d5c3a604-fbcc-4830-95d3-34393b75f35a",
"resourceInvariantUUID": "c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ocqfll0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"artifactChecksum": "ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e57289bb-8dd8-4da8-8404-2a2e2bef061d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "07774931-740b-4121-8a9c-a1963fa273cf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4b96dce-8957-4671-8742-68972b4ea763",
"generatedFromUUID": "07774931-740b-4121-8a9c-a1963fa273cf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4b96dce-8957-4671-8742-68972b4ea763",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOcqfll-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"artifactChecksum": "Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c8993b2d-d126-41d2-9c1c-1e206147a08e"
}
],
"workloadContext": "Production"
}
2022-06-26T06:56:56.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T06:56:56.271Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f ASDC
2022-06-26T06:56:56.435Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:218c570d-ff80-4f40-b7e1-5d82b59462ed
ServiceName:basic_onboard_oCQfLl
ServiceVersion:1.0
ServiceUUID:537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
ServiceInvariantUUID:6fb86681-4f2c-431f-906e-154328fcf69e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOcqfll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
ArtifactUUID:c8993b2d-d126-41d2-9c1c-1e206147a08e
ArtifactChecksum:Y2E3N2NkMjlmZDFhZjQ4OTM2YTI5MWY4YWM1OTVkYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oCQfLl 0
ResourceCustomizationUUID:fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
ResourceInvariantUUID:c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32
ResourceName:basic_onboard_oCQfLl
ResourceType:VF
ResourceUUID:d5c3a604-fbcc-4830-95d3-34393b75f35a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ocqfll0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
ArtifactUUID:e57289bb-8dd8-4da8-8404-2a2e2bef061d
ArtifactChecksum:ZTExOTdmZjM1YzIwN2IzNDlmNzI0MjcxOTlkYjI3ZGE=
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
ArtifactUUID:07774931-740b-4121-8a9c-a1963fa273cf
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
ArtifactUUID:f4b96dce-8957-4671-8742-68972b4ea763
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/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
ArtifactUUID:f4b96dce-8957-4671-8742-68972b4ea763
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-26T06:56:56.436Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f 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-06-26T06:56:56.494Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T06:56:56.496Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8993b2d-d126-41d2-9c1c-1e206147a08e from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:56:56.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.608Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:56:56.628Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar c8993b2d-d126-41d2-9c1c-1e206147a08e 71575
2022-06-26T06:56:56.630Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar ASDC sendASDCNotification
2022-06-26T06:56:56.631Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:56.633Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:56:56.635Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:56:56.638Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:56:56.638Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226616629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:56:56.738Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T06:56:56.739Z||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-06-26T06:56:56.739Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:56:56.754Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:56:56.755Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:56:57.640Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T06:56:57.641Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T06:56:57.642Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c8993b2d-d126-41d2-9c1c-1e206147a08e, URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar to file: /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.643Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.763Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:57.763Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:56:58.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13909468792482628082/Definitions/service-BasicOnboardOcqfll-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-06-26T06:57:01.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T06:57:01.528Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oCQfLl 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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.529Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:01.530Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T06:57:01.536Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.538Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.544Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.544Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T06:57:01.546Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T06:57:01.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.548Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.549Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:01.553Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:01.554Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T06:57:01.555Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.555Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T06:57:01.556Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.557Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.557Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.558Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.559Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
2022-06-26T06:57:01.560Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.561Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:01.562Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oCQfLl
Description:service
Model UUID:537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
Model Version:NULL
Model InvariantUuid:6fb86681-4f2c-431f-906e-154328fcf69e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oCQfLl
Model UUID:a8e73694-b280-4ec2-9200-12303d356476
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9a1e8a2-0e61-4c0d-a9a2-017b60a24c32
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0e107dfd-2b73-4171-ac7c-2158ffefaf75
ModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
ModelUuid:f0048f2f-7511-427f-a245-71a52d3e95a6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
ModelInvariantUuid:487ed5c9-89bc-40bd-9bb3-a9c5ab43cf60
ModelName:basic_onboard_oCQfLl-nodes.ubuntu18Cvfc
ModelUuid:ce4a4823-755f-44f1-bdea-260bb6d3071d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3ad128a8-d6cb-4adc-86ba-493678592334
ModelInvariantUuid:338e336e-84c9-4ec2-8f0f-cc26e4d07045
ModelName:BasicOnboardOcqfll.compute.nodes.heat.ubuntu18
ModelUuid:966d91d3-4303-4e30-b740-494d13b37c4d
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-06-26T06:57:01.572Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d5c3a604-fbcc-4830-95d3-34393b75f35a
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-06-26T06:57:01.679Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||basic_onboard_oCQfLl 0
2022-06-26T06:57:01.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5c3a604-fbcc-4830-95d3-34393b75f35a
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e57289bb-8dd8-4da8-8404-2a2e2bef061d from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:01.688Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.755Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:01.755Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json e57289bb-8dd8-4da8-8404-2a2e2bef061d 798
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json ASDC sendASDCNotification
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:01.756Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:01.757Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:01.759Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:01.760Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226621756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:57:01.861Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:57:01.863Z||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-06-26T06:57:01.863Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:01.877Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:01.878Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:02.761Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOcqfll..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0e107dfd-2b73-4171-ac7c-2158ffefaf75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0048f2f-7511-427f-a245-71a52d3e95a6",
"vfModuleModelCustomizationUUID": "a8c51bc1-a8df-4a9f-a760-fea6f5845c3b",
"isBase": true,
"artifacts": [
"07774931-740b-4121-8a9c-a1963fa273cf",
"f4b96dce-8957-4671-8742-68972b4ea763"
],
"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-06-26T06:57:02.778Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0048f2f-7511-427f-a245-71a52d3e95a6
VfModuleModelInvariantUUID:0e107dfd-2b73-4171-ac7c-2158ffefaf75
VfModuleModelDescription:NULL
Artifacts UUID List:{
07774931-740b-4121-8a9c-a1963fa273cf
,
f4b96dce-8957-4671-8742-68972b4ea763
}
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-06-26T06:57:02.782Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOcqfll..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0e107dfd-2b73-4171-ac7c-2158ffefaf75",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0048f2f-7511-427f-a245-71a52d3e95a6",
"vfModuleModelCustomizationUUID": "a8c51bc1-a8df-4a9f-a760-fea6f5845c3b",
"isBase": true,
"artifacts": [
"07774931-740b-4121-8a9c-a1963fa273cf",
"f4b96dce-8957-4671-8742-68972b4ea763"
],
"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-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcqfll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0048f2f-7511-427f-a245-71a52d3e95a6
VfModuleModelInvariantUUID:0e107dfd-2b73-4171-ac7c-2158ffefaf75
VfModuleModelDescription:NULL
Artifacts UUID List:{
07774931-740b-4121-8a9c-a1963fa273cf
,
f4b96dce-8957-4671-8742-68972b4ea763
}
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-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 07774931-740b-4121-8a9c-a1963fa273cf from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:02.783Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:03.267Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:03.267Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml 07774931-740b-4121-8a9c-a1963fa273cf 5033
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:03.268Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:03.271Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:03.271Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226623268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:57:03.372Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:03.373Z||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-06-26T06:57:03.373Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:03.386Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:03.387Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:04.272Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4b96dce-8957-4671-8742-68972b4ea763 from URL: /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.273Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T06:57:04.273Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.415Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T06:57:04.416Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env f4b96dce-8957-4671-8742-68972b4ea763 909
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T06:57:04.417Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:04.421Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:04.421Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226624417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:57:04.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T06:57:04.525Z||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-06-26T06:57:04.526Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:04.544Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:04.545Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:05.422Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
2022-06-26T06:57:05.422Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oCQfLl 0 d5c3a604-fbcc-4830-95d3-34393b75f35a 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-06-26T06:57:05.462Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f76eb6f, org.onap.sdc.toscaparser.api.parameters.Input@5a52fd72, org.onap.sdc.toscaparser.api.parameters.Input@72c8caeb, org.onap.sdc.toscaparser.api.parameters.Input@4cc1d01c, org.onap.sdc.toscaparser.api.parameters.Input@44646778]
2022-06-26T06:57:05.468Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.469Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.469Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-26T06:57:05.470Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
2022-06-26T06:57:05.470Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42 matches Tosca VF Customization UUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
2022-06-26T06:57:05.471Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fb8e751c-8a9c-4370-9cf8-904e4bfd8c42 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-06-26T06:57:05.486Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.486Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.488Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fb8e751c-8a9c-4370-9cf8-904e4bfd8c42: {\"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-06-26T06:57:05.488Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b259aa4
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T06:57:05.489Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8c51bc1-a8df-4a9f-a760-fea6f5845c3b
2022-06-26T06:57:05.491Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8c51bc1-a8df-4a9f-a760-fea6f5845c3b
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-06-26T06:57:05.498Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.499Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.499Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.500Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.500Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.501Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is not matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-26T06:57:05.502Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d1abf7a-37bf-4ebe-abdc-3b2cb4d8a751
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-06-26T06:57:05.512Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.513Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.513Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T06:57:05.514Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.514Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_oCQfLl 0 is matching search criteria
2022-06-26T06:57:05.515Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_oCQfLl 0] matching following query criteria: sdcType=VF, customizationUUID=fb8e751c-8a9c-4370-9cf8-904e4bfd8c42
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-06-26T06:57:05.517Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f: basic_onboard_oCQfLl
2022-06-26T06:57:05.518Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.519Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.520Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T06:57:05.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_oCQfLl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T06:57:05.521Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_oCQfLl
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-06-26T06:57:05.692Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oCQfLl d5c3a604-fbcc-4830-95d3-34393b75f35a 1 ASDC deployResourceStructure
2022-06-26T06:57:05.692Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json ASDC sendASDCNotification
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:05.693Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:05.696Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:05.696Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226625692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T06:57:05.796Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:05.797Z||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-06-26T06:57:05.798Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:05.826Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:05.827Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:06.697Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-26T06:57:06.698Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml
2022-06-26T06:57:06.698Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:06.699Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:06.701Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:06.702Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226626697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T06:57:06.802Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:06.803Z||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-06-26T06:57:06.803Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:06.843Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:06.844Z||pool-15-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:07.704Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-26T06:57:07.704Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env
2022-06-26T06:57:07.705Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:07.705Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:07.708Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:07.708Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226627704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-26T06:57:07.809Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-26T06:57:07.810Z||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-06-26T06:57:07.810Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:07.826Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:07.827Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T06:57:08.709Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar ASDC sendASDCNotification
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T06:57:08.710Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:57:08.713Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:57:08.713Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226628709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:57:08.813Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:57:08.814Z||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-06-26T06:57:08.815Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:08.846Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:08.847Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-26T06:57:09.714Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:57:09.737Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:57:09.743Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:57:39.744Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:57:39.764Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:57:39.770Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:57:39.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:57:39.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:57:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:57:48.531Z||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-06-26T06:57:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:57:48.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:57:48.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:57:48.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:57:48.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:09.771Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:58:09.784Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:58:09.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:58:39.788Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:58:39.803Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-26T06:58:39.808Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-26T06:58:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:58:48.531Z||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-06-26T06:58:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:58:49.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:58:49.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226608242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226608716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "aai-ml",
"timestamp": 1656226609249,
"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-06-26T06:58:49.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:58:49.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:58:49.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "clamp",
"timestamp": 1656226609722,
"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-06-26T06:58:49.095Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 218c570d-ff80-4f40-b7e1-5d82b59462ed
2022-06-26T06:58:49.095Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:58:49.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226608523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226616629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226621756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226623268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226624417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226625692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/basic_onboard_ocqfll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226626697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226627704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/resourceInstances/basic_onboard_ocqfll0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226628709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcqfll/1.0/artifacts/service-BasicOnboardOcqfll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226623443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226620513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226624920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226621373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "ves-openapi-manager",
"timestamp": 1656226628187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226636505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226636844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226636848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226628861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226637510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.142Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226638145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226636736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "policy-id",
"timestamp": 1656226638516,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-26T06:58:49.153Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.153Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226639341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "cds",
"timestamp": 1656226637742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-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-06-26T06:58:49.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226640296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226640371,
"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-06-26T06:58:49.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.174Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656226641300,
"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-06-26T06:58:49.183Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.183Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226639697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656226641376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226640712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "clamp",
"timestamp": 1656226641720,
"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-06-26T06:58:49.196Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.197Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226645973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226653858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T06:58:49.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226665381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T06:58:49.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "aai-ml",
"timestamp": 1656226666384,
"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-06-26T06:58:49.209Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e595b97-5582-425b-8aa7-ed8b1466af9a
2022-06-26T06:58:49.209Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T06:59:09.809Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:59:09.823Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed
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-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.827Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T06:59:09.828Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-06-26T06:59:09.831Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T06:59:39.832Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed 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-06-26T06:59:39.859Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 218c570d-ff80-4f40-b7e1-5d82b59462ed and serviceModelVersionId: 537f3abe-1b7f-41d7-b8f8-04fb35a68a6f
2022-06-26T06:59:39.859Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fb86681-4f2c-431f-906e-154328fcf69e
2022-06-26T06:59:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:59:48.532Z||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-06-26T06:59:48.532Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T06:59:57.210Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0
2022-06-26T06:59:57.386Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T06:59:58.052Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|INFO|500||Invoke
2022-06-26T06:59:58.062Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0d4b258-7041-40db-8a7e-381d4cf9cae9], X-ECOMP-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], X-TransactionId=[], X-ONAP-RequestID=[218c570d-ff80-4f40-b7e1-5d82b59462ed], Content-Type=[application/merge-patch+json]}
2022-06-26T06:59:58.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:59:58.218Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T06:59:58.664Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-06:59:58:470-3708], vertex-id=[381080], Content-Length=[0], Date=[Sun, 26 Jun 2022 06:59:58 GMT], Content-Type=[application/json]}
2022-06-26T06:59:58.667Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T06:59:58.667Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb86681-4f2c-431f-906e-154328fcf69e/model-vers/model-ver/537f3abe-1b7f-41d7-b8f8-04fb35a68a6f?depth=0|INFO|500||InvokeReturn
2022-06-26T06:59:58.673Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T06:59:58.674Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-06-26T06:59:58.680Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||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-06-26T06:59:58.681Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 218c570d-ff80-4f40-b7e1-5d82b59462ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T06:59:58.683Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T06:59:58.684Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T06:59:58.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T06:59:58.687Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226798682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T06:59:58.787Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T06:59:58.788Z||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-06-26T06:59:58.789Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T06:59:58.805Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T06:59:58.806Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T06:59:59.699Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T06:59:59.700Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|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-06-26T06:59:59.701Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:04.276Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:04.277Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-26T07:00:04.277Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e595b97-5582-425b-8aa7-ed8b1466af9a","serviceName":"vFW 2022-06-26 06-55-55","serviceVersion":"1.0","serviceUUID":"58bf67c6-65dd-479a-9715-5cd609868ce6","serviceDescription":"catalog service description","serviceInvariantUUID":"3ef7199c-9fec-447f-acb4-25fc1de1f781","resources":[{"resourceInstanceName":"vFW f23a0073-2338 0","resourceName":"vFW f23a0073-2338","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89e3ee80-b462-4159-a4ec-e00746f218cc","resourceInvariantUUID":"c5cf0cee-474d-478c-8ba1-3cd3f8dbf068","resourceCustomizationUUID":"cb75e791-dce4-49e3-baf2-7669fe739ac9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml","artifactChecksum":"NDY5NjljYjRhZTk3MTNmZGU4NjgzYTg1ZmM4MzcyMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f56daebb-471f-49f1-8ebd-1de0b8bf27df","artifactVersion":"1"},{"artifactName":"vfwf23a007323380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json","artifactChecksum":"N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c088046c-b87b-4194-a944-7589355c4c49","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0a8bc4e-d424-4386-bead-6f296bec3fac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml","artifactChecksum":"YjhhNjcyYWIxMDA3MmIxZTNlZjM1NjY4MzI2MDJiZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40940454-2eac-4088-830e-eec4bd2728ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9ea853f4-4a9e-40f9-965c-4b64d05f2c38","artifactVersion":"2","generatedFromUUID":"f0a8bc4e-d424-4386-bead-6f296bec3fac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220626065555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml","artifactChecksum":"YWFkYzhkNGM0MGU5NmVlNWQ5ZTE1MDhjMGI3ZTY4YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5eaaf028-ffd4-4b33-b6e4-a033a1d9de05","artifactVersion":"1"},{"artifactName":"service-Vfw20220626065555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar","artifactChecksum":"MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de24df86-0396-4bff-b521-f92b741006ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:00:04.283Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:04.285Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:04.289Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:04.289Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:04.389Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:04.391Z||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-06-26T07:00:04.391Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:04.416Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:04.417Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:05.290Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:05.291Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:05.293Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:05.293Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOTIFIED"
}
2022-06-26T07:00:05.393Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:05.394Z||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-06-26T07:00:05.394Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:05.409Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:05.410Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:06.294Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:06.295Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:06.298Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:06.298Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T07:00:06.398Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:06.399Z||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-06-26T07:00:06.399Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:06.418Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:06.419Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:07.299Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:07.300Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:07.302Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:07.303Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:07.403Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:07.405Z||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-06-26T07:00:07.405Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:07.422Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:07.422Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:08.303Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:08.304Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:08.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:08.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T07:00:08.407Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:08.408Z||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-06-26T07:00:08.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:08.423Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:08.423Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:09.307Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:09.308Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:09.311Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:09.311Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:09.411Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:09.412Z||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-06-26T07:00:09.413Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:09.427Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:09.428Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:10.312Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:00:10.313Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:10.315Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:10.315Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:00:10.416Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:10.417Z||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-06-26T07:00:10.417Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:10.431Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:10.432Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:11.317Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"serviceName": "vFW 2022-06-26 06-55-55",
"serviceVersion": "1.0",
"serviceUUID": "58bf67c6-65dd-479a-9715-5cd609868ce6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3ef7199c-9fec-447f-acb4-25fc1de1f781",
"resources": [
{
"resourceInstanceName": "vFW f23a0073-2338 0",
"resourceCustomizationUUID": "cb75e791-dce4-49e3-baf2-7669fe739ac9",
"resourceName": "vFW f23a0073-2338",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89e3ee80-b462-4159-a4ec-e00746f218cc",
"resourceInvariantUUID": "c5cf0cee-474d-478c-8ba1-3cd3f8dbf068",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf23a007323380_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"artifactChecksum": "N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c088046c-b87b-4194-a944-7589355c4c49",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0a8bc4e-d424-4386-bead-6f296bec3fac",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9ea853f4-4a9e-40f9-965c-4b64d05f2c38",
"generatedFromUUID": "f0a8bc4e-d424-4386-bead-6f296bec3fac"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9ea853f4-4a9e-40f9-965c-4b64d05f2c38",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220626065555-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"artifactChecksum": "MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de24df86-0396-4bff-b521-f92b741006ca"
}
],
"workloadContext": "Production"
}
2022-06-26T07:00:11.318Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:00:11.318Z|218c570d-ff80-4f40-b7e1-5d82b59462ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58bf67c6-65dd-479a-9715-5cd609868ce6 ASDC
2022-06-26T07:00:11.319Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e595b97-5582-425b-8aa7-ed8b1466af9a
ServiceName:vFW 2022-06-26 06-55-55
ServiceVersion:1.0
ServiceUUID:58bf67c6-65dd-479a-9715-5cd609868ce6
ServiceInvariantUUID:3ef7199c-9fec-447f-acb4-25fc1de1f781
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220626065555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
ArtifactUUID:de24df86-0396-4bff-b521-f92b741006ca
ArtifactChecksum:MmUzZDY4NWZiOWZjZjcyMjlkZDVkZjBjZDRiZDdkZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f23a0073-2338 0
ResourceCustomizationUUID:cb75e791-dce4-49e3-baf2-7669fe739ac9
ResourceInvariantUUID:c5cf0cee-474d-478c-8ba1-3cd3f8dbf068
ResourceName:vFW f23a0073-2338
ResourceType:VF
ResourceUUID:89e3ee80-b462-4159-a4ec-e00746f218cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf23a007323380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
ArtifactUUID:c088046c-b87b-4194-a944-7589355c4c49
ArtifactChecksum:N2EwODRiOGFmOWQyNTkwMmVhNDFjOWIwZWI0MGQ2MWM=
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
ArtifactUUID:f0a8bc4e-d424-4386-bead-6f296bec3fac
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
ArtifactUUID:9ea853f4-4a9e-40f9-965c-4b64d05f2c38
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/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
ArtifactUUID:9ea853f4-4a9e-40f9-965c-4b64d05f2c38
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-26T07:00:11.319Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58bf67c6-65dd-479a-9715-5cd609868ce6 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-06-26T07:00:11.353Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:00:11.354Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de24df86-0396-4bff-b521-f92b741006ca from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:11.355Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.526Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:11.533Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar de24df86-0396-4bff-b521-f92b741006ca 99037
2022-06-26T07:00:11.533Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar ASDC sendASDCNotification
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:11.534Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:11.536Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:11.536Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226811533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:11.637Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:11.638Z||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-06-26T07:00:11.638Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:11.653Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:11.653Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:12.537Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:00:12.538Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-26T07:00:12.539Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de24df86-0396-4bff-b521-f92b741006ca, URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar to file: /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.539Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.540Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.540Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:12.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9814139853214944857/Definitions/service-Vfw20220626065555-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-06-26T07:00:15.451Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:00:15.452Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T07:00:15.452Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.453Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-26T07:00:15.453Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.454Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.455Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.456Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f23a0073-2338 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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-Vfw20220626065555-csar.csar
2022-06-26T07:00:15.457Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-26T07:00:15.458Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.458Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T07:00:15.459Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.460Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.461Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-26T07:00:15.461Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.462Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.463Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.464Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.465Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.466Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.467Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:00:15.468Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.469Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.469Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.470Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.471Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.471Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.472Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.473Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.474Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.475Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.476Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.477Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.478Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.479Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.480Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:15.481Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.481Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:15.482Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:15.483Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:15.484Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:15.485Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T07:00:15.486Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a37c128b-5657-4c31-a999-fa5c79843491
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.487Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.488Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:15.489Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-26 06-55-55
Description:catalog service description
Model UUID:58bf67c6-65dd-479a-9715-5cd609868ce6
Model Version:NULL
Model InvariantUuid:3ef7199c-9fec-447f-acb4-25fc1de1f781
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f23a0073-2338
Model UUID:fc84721f-8472-46c0-b97f-fea73d36dea0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5cf0cee-474d-478c-8ba1-3cd3f8dbf068
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cb75e791-dce4-49e3-baf2-7669fe739ac9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b179274d-39a2-4b6b-8a02-efc429fba858
ModelName:VfwF23a00732338..base_vfw..module-0
ModelUuid:d4ee7f64-d72e-44a0-8253-6abde7999de9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
ModelInvariantUuid:899335c1-8416-4a95-92dd-b683dd65d408
ModelName:vFW f23a0073-2338-nodes.vfwCvfc
ModelUuid:be67c76d-40c5-4963-b7e5-164d3a428c88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e8ba8c67-94fa-4f0a-94c7-71ae9078eaa2
ModelInvariantUuid:d4e5d299-f364-42e7-8494-3ada467a244a
ModelName:VfwF23a00732338.compute.nodes.heat.vfw
ModelUuid:cbe1f864-666e-4d66-a6aa-cf5c757e0744
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
ModelInvariantUuid:5ef9efad-2950-4868-8c09-6cd7b1eed30f
ModelName:vFW f23a0073-2338-nodes.vsnCvfc
ModelUuid:88c25b08-9b57-48b6-b490-8de46a4d5a9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4041baf5-2448-40ad-a9f5-b139ac89d8f5
ModelInvariantUuid:257ebc20-769d-4756-b6e2-89dd21a41dfd
ModelName:VfwF23a00732338.compute.nodes.heat.vsn
ModelUuid:89d1b74a-b9a1-41fb-a55a-3131cb7c96fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a37c128b-5657-4c31-a999-fa5c79843491
ModelInvariantUuid:4696aef1-de43-49f7-8168-bdfcaf1353ad
ModelName:vFW f23a0073-2338-nodes.vpgCvfc
ModelUuid:5f487248-1d7b-4d2e-9ead-01855b8a8020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9cf29b16-25b4-4030-9954-14f6a354cc5f
ModelInvariantUuid:aeb5f7ce-a27a-4f88-8641-b0b2a48329ff
ModelName:VfwF23a00732338.compute.nodes.heat.vpg
ModelUuid:d3adc39b-aafd-4d82-871d-8a4ec45af35a
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-06-26T07:00:15.497Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 89e3ee80-b462-4159-a4ec-e00746f218cc
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-06-26T07:00:15.500Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||vFW f23a0073-2338 0
2022-06-26T07:00:15.500Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89e3ee80-b462-4159-a4ec-e00746f218cc
2022-06-26T07:00:15.501Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c088046c-b87b-4194-a944-7589355c4c49 from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.501Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:15.502Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.603Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:15.604Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json c088046c-b87b-4194-a944-7589355c4c49 785
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json ASDC sendASDCNotification
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:15.605Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:15.606Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:15.608Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:15.609Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226815604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:15.709Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:15.710Z||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-06-26T07:00:15.710Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:15.726Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:15.727Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:16.610Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF23a00732338..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b179274d-39a2-4b6b-8a02-efc429fba858",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4ee7f64-d72e-44a0-8253-6abde7999de9",
"vfModuleModelCustomizationUUID": "08cf0080-e0e8-4745-9cea-bafe6d86c8c9",
"isBase": true,
"artifacts": [
"f0a8bc4e-d424-4386-bead-6f296bec3fac",
"9ea853f4-4a9e-40f9-965c-4b64d05f2c38"
],
"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-06-26T07:00:16.618Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF23a00732338..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ee7f64-d72e-44a0-8253-6abde7999de9
VfModuleModelInvariantUUID:b179274d-39a2-4b6b-8a02-efc429fba858
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0a8bc4e-d424-4386-bead-6f296bec3fac
,
9ea853f4-4a9e-40f9-965c-4b64d05f2c38
}
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-06-26T07:00:16.621Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF23a00732338..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b179274d-39a2-4b6b-8a02-efc429fba858",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4ee7f64-d72e-44a0-8253-6abde7999de9",
"vfModuleModelCustomizationUUID": "08cf0080-e0e8-4745-9cea-bafe6d86c8c9",
"isBase": true,
"artifacts": [
"f0a8bc4e-d424-4386-bead-6f296bec3fac",
"9ea853f4-4a9e-40f9-965c-4b64d05f2c38"
],
"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-06-26T07:00:16.621Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF23a00732338..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4ee7f64-d72e-44a0-8253-6abde7999de9
VfModuleModelInvariantUUID:b179274d-39a2-4b6b-8a02-efc429fba858
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0a8bc4e-d424-4386-bead-6f296bec3fac
,
9ea853f4-4a9e-40f9-965c-4b64d05f2c38
}
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-06-26T07:00:16.622Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f0a8bc4e-d424-4386-bead-6f296bec3fac from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.622Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:16.623Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.718Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:16.719Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml f0a8bc4e-d424-4386-bead-6f296bec3fac 20368
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:16.720Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:16.721Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:16.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:16.723Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226816720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:16.823Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:16.824Z||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-06-26T07:00:16.825Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:16.840Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:16.841Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:17.724Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ea853f4-4a9e-40f9-965c-4b64d05f2c38 from URL: /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.725Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-26T07:00:17.725Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.783Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env 9ea853f4-4a9e-40f9-965c-4b64d05f2c38 2098
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T07:00:17.784Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:17.785Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:00:17.785Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:17.787Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:17.787Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226817784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:17.887Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:17.889Z||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-06-26T07:00:17.889Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:17.906Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:17.907Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:18.788Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 58bf67c6-65dd-479a-9715-5cd609868ce6
2022-06-26T07:00:18.789Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f23a0073-2338 0 89e3ee80-b462-4159-a4ec-e00746f218cc 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-06-26T07:00:18.805Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b67e246, org.onap.sdc.toscaparser.api.parameters.Input@3ec954f1, org.onap.sdc.toscaparser.api.parameters.Input@734bbf61, org.onap.sdc.toscaparser.api.parameters.Input@75e51bfc, org.onap.sdc.toscaparser.api.parameters.Input@7114b2d4]
2022-06-26T07:00:18.806Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cb75e791-dce4-49e3-baf2-7669fe739ac9
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb75e791-dce4-49e3-baf2-7669fe739ac9 matches Tosca VF Customization UUID: cb75e791-dce4-49e3-baf2-7669fe739ac9
2022-06-26T07:00:18.807Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cb75e791-dce4-49e3-baf2-7669fe739ac9 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-06-26T07:00:18.809Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.810Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.810Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cb75e791-dce4-49e3-baf2-7669fe739ac9: {\"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-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7677ddd9
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:00:18.811Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08cf0080-e0e8-4745-9cea-bafe6d86c8c9
2022-06-26T07:00:18.812Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08cf0080-e0e8-4745-9cea-bafe6d86c8c9
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-06-26T07:00:18.814Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.814Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.815Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.816Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.817Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:18.818Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:18.819Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.820Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=876f8ef5-de77-49e0-b8a2-7f86dfd97ed0
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-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.823Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.824Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.825Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.826Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.827Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-26T07:00:18.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.828Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a7a8fd3-3208-4a4c-8fda-b16cddb8e9d5
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-06-26T07:00:18.830Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.831Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.831Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.834Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.834Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-26T07:00:18.835Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-26T07:00:18.836Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-26T07:00:18.837Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-26T07:00:18.838Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a37c128b-5657-4c31-a999-fa5c79843491
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-06-26T07:00:18.840Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.841Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.841Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Node template vFW f23a0073-2338 0 is matching search criteria
2022-06-26T07:00:18.842Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f23a0073-2338 0] matching following query criteria: sdcType=VF, customizationUUID=cb75e791-dce4-49e3-baf2-7669fe739ac9
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-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.844Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 58bf67c6-65dd-479a-9715-5cd609868ce6: vFW f23a0073-2338
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.845Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.846Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:00:18.847Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-26 06-55-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:00:18.848Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-26 06-55-55
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-06-26T07:00:18.990Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f23a0073-2338 89e3ee80-b462-4159-a4ec-e00746f218cc 1 ASDC deployResourceStructure
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json ASDC sendASDCNotification
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json
2022-06-26T07:00:18.991Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:18.992Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:18.994Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:18.994Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226818991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:19.094Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:19.095Z||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-06-26T07:00:19.096Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:19.115Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:19.116Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:19.996Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-26T07:00:19.996Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml
2022-06-26T07:00:19.997Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:19.997Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:20.000Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:20.000Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226819996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:20.100Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:20.101Z||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-06-26T07:00:20.101Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:20.117Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:20.118Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:21.004Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:21.005Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:21.008Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:21.008Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226821004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:21.108Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:21.109Z||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-06-26T07:00:21.109Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:21.123Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:21.124Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:00:22.009Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar ASDC sendASDCNotification
2022-06-26T07:00:22.010Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar
2022-06-26T07:00:22.010Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:00:22.011Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:22.014Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:22.014Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226822009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:22.114Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:00:22.115Z||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-06-26T07:00:22.115Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:22.132Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:22.132Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:00:23.015Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a
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-06-26T07:00:23.028Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a
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-06-26T07:00:23.035Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:00:23.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:00:23.036Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:00:23.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:00:23.037Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.038Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:00:23.039Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-06-26T07:00:23.046Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:00:48.530Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:00:48.531Z||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-06-26T07:00:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:49.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:49.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "218c570d-ff80-4f40-b7e1-5d82b59462ed",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226798682,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "NOTIFIED"
}
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226799699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226811533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226815604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226816720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226817784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226818991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/vfwf23a007323380_modules.json",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226819996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226821004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/resourceInstances/vfwf23a007323380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-26T07:00:49.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226822009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220626065555/1.0/artifacts/service-Vfw20220626065555-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:00:49.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:00:53.047Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a 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-06-26T07:00:53.054Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e595b97-5582-425b-8aa7-ed8b1466af9a and serviceModelVersionId: 58bf67c6-65dd-479a-9715-5cd609868ce6
2022-06-26T07:00:53.054Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ef7199c-9fec-447f-acb4-25fc1de1f781
2022-06-26T07:00:53.056Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0
2022-06-26T07:00:53.061Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:00:53.123Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|INFO|500||Invoke
2022-06-26T07:00:53.123Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bed644e4-35c3-4fa7-9d3d-d60fd3639c9f], X-ECOMP-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], X-TransactionId=[], X-ONAP-RequestID=[8e595b97-5582-425b-8aa7-ed8b1466af9a], Content-Type=[application/merge-patch+json]}
2022-06-26T07:00:53.161Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T07:00:53.268Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220626-07:00:53:407-75496], vertex-id=[225416], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:00:53 GMT], Content-Type=[application/json]}
2022-06-26T07:00:53.269Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:00:53.270Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ef7199c-9fec-447f-acb4-25fc1de1f781/model-vers/model-ver/58bf67c6-65dd-479a-9715-5cd609868ce6?depth=0|INFO|500||InvokeReturn
2022-06-26T07:00:53.270Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:00:53.272Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-06-26T07:00:53.276Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||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-06-26T07:00:53.276Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e595b97-5582-425b-8aa7-ed8b1466af9a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:00:53.277Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:00:53.277Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:00:53.280Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:00:53.280Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226853277,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:00:53.381Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:00:53.382Z||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-06-26T07:00:53.382Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:00:53.405Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:00:53.407Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T07:00:54.291Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:00:54.292Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:00:54.292Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:03.858Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:01:03.859Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:03.860Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:03.860Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:13.400Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:13.402Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:22.954Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:01:48.523Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:48.524Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:01:48.525Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:01:48.530Z||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-06-26T07:01:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:01:49.160Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:01:49.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-26T07:01:49.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e595b97-5582-425b-8aa7-ed8b1466af9a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656226853277,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:01:49.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:01:58.064Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:02:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:02:48.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:02:48.524Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:02:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:02:48.531Z||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-06-26T07:02:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:02:58.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:02:58.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:03:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:03:48.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:03:48.525Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:03:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:03:48.531Z||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-06-26T07:03:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:03:58.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:03:58.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:04:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:04:48.525Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:04:48.525Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:04:48.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:04:48.534Z||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-06-26T07:04:48.535Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:04:58.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:04:58.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:05:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:05:48.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:05:48.526Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:05:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:05:48.531Z||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-06-26T07:05:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:05:58.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:05:58.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:06:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:06:48.525Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:06:48.526Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:06:48.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:06:48.530Z||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-06-26T07:06:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:06:58.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:06:58.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:07:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:07:48.525Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:07:48.525Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:07:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:07:48.531Z||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-06-26T07:07:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:07:58.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:07:58.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:08:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:08:48.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:08:48.524Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:08:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:08:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:08:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:08:58.076Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:08:58.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:09:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:09:48.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:09:48.524Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:09:48.530Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:09:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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-06-26T07:09:48.531Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:09:58.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:09:58.075Z|8e595b97-5582-425b-8aa7-ed8b1466af9a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:10:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:10:48.524Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:10:48.525Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:10:48.530Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:10:48.531Z||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-06-26T07:10:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:10:58.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:10:58.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:11:48.524Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:11:48.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:11:48.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:11:48.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:11:48.530Z||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-06-26T07:11:48.530Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:11:58.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:11:58.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:48.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:12:48.525Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-26T07:12:48.525Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:48.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-26T07:12:48.531Z||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-06-26T07:12:48.531Z||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 XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:48.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:48.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227540513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "policy-id",
"timestamp": 1656227541374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227540513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "cds",
"timestamp": 1656227543861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "policy-id",
"timestamp": 1656227541374,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:48.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "cds",
"timestamp": 1656227543861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "policy-id",
"timestamp": 1656227547225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "aai-ml",
"timestamp": 1656227545972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "cds",
"timestamp": 1656227546643,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "policy-id",
"timestamp": 1656227548231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:12:48.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656227548187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "aai-ml",
"timestamp": 1656227545972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:48.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:48.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "cds",
"timestamp": 1656227547661,
"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=?
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-06-26T07:12:48.997Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:48.997Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "policy-id",
"timestamp": 1656227549234,
"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-06-26T07:12:49.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656227548187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "aai-ml",
"timestamp": 1656227548767,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "aai-ml",
"timestamp": 1656227553193,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656227554920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "clamp",
"timestamp": 1656227553441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "aai-ml",
"timestamp": 1656227554198,
"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-06-26T07:12:49.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656227554920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "clamp",
"timestamp": 1656227553441,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656227557826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656227559468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656227560472,
"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-06-26T07:12:49.052Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9be37131-72dd-4423-9c1a-18f1e3a12f1e
2022-06-26T07:12:49.053Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:12:49.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227560513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227558861,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "clamp",
"timestamp": 1656227565847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "policy-id",
"timestamp": 1656227561374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656227568425,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "cds",
"timestamp": 1656227566798,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:49.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-26T07:12:49.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:49.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:12:49.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9be37131-72dd-4423-9c1a-18f1e3a12f1e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8408676d-69e1-4fb7-abd9-3103ee7f2d28","serviceDescription":"service","serviceInvariantUUID":"816513df-f163-438d-921c-6baa29afeaa6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"134ebc0f-73fd-49b8-aca8-c03e1eb2417c","resourceInvariantUUID":"144b5443-2fb5-4a00-a46f-da93951dee13","resourceCustomizationUUID":"411fb380-5d6d-442f-99d6-c54eb8f6d7ca","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":"MDhjMTcxMTBkODY3ODRjY2NkYWQ1ZWExZmVlODA0Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d30a49a7-3a88-4c34-99d5-0f5805fa51e0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2463e5a-8f1a-45d6-b24f-ce78591155cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:12:49.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:12:49.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:49.181Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:49.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:12:49.282Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:12:49.283Z||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-06-26T07:12:49.283Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:49.298Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:49.299Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:50.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:12:50.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:50.185Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:50.185Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:12:50.285Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:12:50.286Z||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-06-26T07:12:50.287Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:50.302Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:50.303Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:51.186Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8408676d-69e1-4fb7-abd9-3103ee7f2d28",
"serviceDescription": "service",
"serviceInvariantUUID": "816513df-f163-438d-921c-6baa29afeaa6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "411fb380-5d6d-442f-99d6-c54eb8f6d7ca",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "134ebc0f-73fd-49b8-aca8-c03e1eb2417c",
"resourceInvariantUUID": "144b5443-2fb5-4a00-a46f-da93951dee13",
"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": "Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2463e5a-8f1a-45d6-b24f-ce78591155cd"
}
],
"workloadContext": "Production"
}
2022-06-26T07:12:51.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:12:51.187Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8408676d-69e1-4fb7-abd9-3103ee7f2d28 ASDC
2022-06-26T07:12:51.187Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9be37131-72dd-4423-9c1a-18f1e3a12f1e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8408676d-69e1-4fb7-abd9-3103ee7f2d28
ServiceInvariantUUID:816513df-f163-438d-921c-6baa29afeaa6
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:a2463e5a-8f1a-45d6-b24f-ce78591155cd
ArtifactChecksum:Nzc1MjM0ZTZmNTlhZGI1ODJmMTEzOTIyYTRiM2ZkMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:411fb380-5d6d-442f-99d6-c54eb8f6d7ca
ResourceInvariantUUID:144b5443-2fb5-4a00-a46f-da93951dee13
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:134ebc0f-73fd-49b8-aca8-c03e1eb2417c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-26T07:12:51.187Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8408676d-69e1-4fb7-abd9-3103ee7f2d28 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-06-26T07:12:51.218Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:51.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2463e5a-8f1a-45d6-b24f-ce78591155cd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:12:51.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.292Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:12:51.295Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2463e5a-8f1a-45d6-b24f-ce78591155cd 52509
2022-06-26T07:12:51.295Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:12:51.296Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:51.298Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:51.298Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227571295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:12:51.399Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:12:51.400Z||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-06-26T07:12:51.400Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:51.417Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:51.418Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:12:52.299Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:12:52.300Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:12:52.301Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a2463e5a-8f1a-45d6-b24f-ce78591155cd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.301Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-26T07:12:52.302Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.302Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:52.469Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14792671880535348721/Definitions/service-BasicNetwork-template.yml
2022-06-26T07:12:53.090Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.091Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.092Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.093Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:12:53.093Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:12:53.094Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-26T07:12:53.095Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.096Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.097Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.098Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.099Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8408676d-69e1-4fb7-abd9-3103ee7f2d28
Model Version:NULL
Model InvariantUuid:816513df-f163-438d-921c-6baa29afeaa6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:144b5443-2fb5-4a00-a46f-da93951dee13
Model UUID:a9588191-7a13-4756-af08-f3d8e9f2579c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:411fb380-5d6d-442f-99d6-c54eb8f6d7ca
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-06-26T07:12:53.106Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 134ebc0f-73fd-49b8-aca8-c03e1eb2417c
2022-06-26T07:12:53.107Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||No resources found for Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
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-06-26T07:12:53.119Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||
2022-06-26T07:12:53.119Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:12:53.121Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-26T07:12:53.122Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.128Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2443b589, org.onap.sdc.toscaparser.api.parameters.Input@46b6c968, org.onap.sdc.toscaparser.api.parameters.Input@55f19e4, org.onap.sdc.toscaparser.api.parameters.Input@243927ce, org.onap.sdc.toscaparser.api.parameters.Input@1d6f313d]
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.130Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8408676d-69e1-4fb7-abd9-3103ee7f2d28: Generic NeutronNet
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.131Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.172Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.172Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:12:53.173Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||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-06-26T07:12:53.220Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-26T07:12:53.221Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:12:53.224Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:12:53.224Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227573221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-26T07:12:53.324Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:12:53.326Z||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-06-26T07:12:53.326Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:12:53.343Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:12:53.343Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:12:54.225Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e
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-06-26T07:12:54.240Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e
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-06-26T07:12:54.246Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-26T07:12:54.246Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:12:54.247Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-26T07:12:54.248Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-26T07:12:54.256Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-26T07:13:24.257Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e 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-06-26T07:13:24.264Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9be37131-72dd-4423-9c1a-18f1e3a12f1e and serviceModelVersionId: 8408676d-69e1-4fb7-abd9-3103ee7f2d28
2022-06-26T07:13:24.264Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 816513df-f163-438d-921c-6baa29afeaa6
2022-06-26T07:13:24.265Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0
2022-06-26T07:13:24.270Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-26T07:13:24.341Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?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-06-26T07:13:24.343Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|INFO|500||Invoke
2022-06-26T07:13:24.376Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-26T07:13:24.704Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0|INFO|500||InvokeReturn
2022-06-26T07:13:24.705Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/816513df-f163-438d-921c-6baa29afeaa6/model-vers/model-ver/8408676d-69e1-4fb7-abd9-3103ee7f2d28?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220626-07:13:24:621-19695], vertex-id=[422040], Content-Length=[0], Date=[Sun, 26 Jun 2022 07:13:24 GMT], Content-Type=[application/json]}
2022-06-26T07:13:24.705Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-26T07:13:24.706Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-26T07:13:24.706Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9be37131-72dd-4423-9c1a-18f1e3a12f1e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-26T07:13:24.711Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-26T07:13:24.712Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:24.714Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:24.714Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9be37131-72dd-4423-9c1a-18f1e3a12f1e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227604711,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-26T07:13:24.814Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-26T07:13:24.815Z||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-06-26T07:13:24.816Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:24.836Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:24.837Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-26T07:13:25.728Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-26T07:13:25.728Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae939c26-8ada-4f17-a0bf-f65cd8d970e9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8edab6b7-f813-4606-b67a-ad543df81cff","serviceDescription":"service","serviceInvariantUUID":"624cd756-d19f-443e-860d-08cc8609f1bc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e78c8388-d6ed-4455-afed-88aa14af53d0","resourceInvariantUUID":"112799ea-23e9-47bc-9034-7ad3dc6027e5","resourceCustomizationUUID":"ef3f1a52-5368-4319-a006-ae84a281a977","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmM3MzFiMGUyODA1MzBiMmNiZjYwNDM1ZTM5MjBhMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e385ed88-59ea-4e73-9f40-a279677eaff5","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"513a81f5-8ecf-4eb8-aab5-35ccf080c08c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71e4ea9a-2d62-4175-b1c2-eef40e219b11","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63fe53ca-77c6-4b2d-9e0f-09e563797a98","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9493fe28-8ed8-4bdc-93b8-32a7c04804f4","artifactVersion":"2","generatedFromUUID":"71e4ea9a-2d62-4175-b1c2-eef40e219b11"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTMxMDIyMDA1MjY2MjQ0OWY2MDFjMGJiM2IzMzdlMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e568d18c-070c-4378-ab4b-adaec5f19b24","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-26T07:13:25.729Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:25.729Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:25.731Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:25.731Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:13:25.832Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:25.833Z||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-06-26T07:13:25.833Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:25.849Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:25.850Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:26.732Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:26.733Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:26.735Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:26.735Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-26T07:13:26.835Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:26.837Z||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-06-26T07:13:26.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:26.854Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:26.855Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:27.736Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:27.737Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:27.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:27.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-26T07:13:27.842Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:27.843Z||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-06-26T07:13:27.843Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:27.860Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:27.860Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:28.742Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:28.743Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:28.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:28.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:13:28.846Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:28.848Z||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-06-26T07:13:28.848Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:28.865Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:28.866Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:29.746Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:29.747Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:29.750Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:29.750Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-26T07:13:29.852Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-26T07:13:29.855Z||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-06-26T07:13:29.855Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:29.871Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:29.872Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:30.751Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:30.752Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:30.755Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:30.755Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-26T07:13:30.855Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:30.856Z||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-06-26T07:13:30.856Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:30.892Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:30.893Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-26T07:13:31.756Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-26T07:13:31.756Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:31.758Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:31.758Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227568523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-26T07:13:31.859Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:31.860Z||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-06-26T07:13:31.860Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:31.878Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:31.878Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:32.760Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "8edab6b7-f813-4606-b67a-ad543df81cff",
"serviceDescription": "service",
"serviceInvariantUUID": "624cd756-d19f-443e-860d-08cc8609f1bc",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ef3f1a52-5368-4319-a006-ae84a281a977",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e78c8388-d6ed-4455-afed-88aa14af53d0",
"resourceInvariantUUID": "112799ea-23e9-47bc-9034-7ad3dc6027e5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "513a81f5-8ecf-4eb8-aab5-35ccf080c08c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "71e4ea9a-2d62-4175-b1c2-eef40e219b11",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9493fe28-8ed8-4bdc-93b8-32a7c04804f4",
"generatedFromUUID": "71e4ea9a-2d62-4175-b1c2-eef40e219b11"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9493fe28-8ed8-4bdc-93b8-32a7c04804f4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa"
}
],
"workloadContext": "Production"
}
2022-06-26T07:13:32.761Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-26T07:13:32.761Z|9be37131-72dd-4423-9c1a-18f1e3a12f1e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8edab6b7-f813-4606-b67a-ad543df81cff ASDC
2022-06-26T07:13:32.762Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ae939c26-8ada-4f17-a0bf-f65cd8d970e9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8edab6b7-f813-4606-b67a-ad543df81cff
ServiceInvariantUUID:624cd756-d19f-443e-860d-08cc8609f1bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa
ArtifactChecksum:Yjc3ZDc4ZGNlZDRmNmY0Njg5YzFiMDMzMDg0YmYwODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ef3f1a52-5368-4319-a006-ae84a281a977
ResourceInvariantUUID:112799ea-23e9-47bc-9034-7ad3dc6027e5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e78c8388-d6ed-4455-afed-88aa14af53d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:513a81f5-8ecf-4eb8-aab5-35ccf080c08c
ArtifactChecksum:N2NmMzA3ZWJhN2EyZjIzMjVhMmM2NzM3ODdkNzA5ZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:71e4ea9a-2d62-4175-b1c2-eef40e219b11
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9493fe28-8ed8-4bdc-93b8-32a7c04804f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:9493fe28-8ed8-4bdc-93b8-32a7c04804f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-26T07:13:32.762Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8edab6b7-f813-4606-b67a-ad543df81cff 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-06-26T07:13:32.807Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.808Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-26T07:13:32.809Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.907Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-26T07:13:32.911Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa 71048
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-26T07:13:32.912Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-26T07:13:32.914Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-26T07:13:32.914Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ae939c26-8ada-4f17-a0bf-f65cd8d970e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656227612912,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-26T07:13:33.015Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-26T07:13:33.016Z||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-06-26T07:13:33.016Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XY0lmMn1RWCD6lwC) ...
2022-06-26T07:13:33.034Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-26T07:13:33.034Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-26T07:13:33.915Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4fd93ed4-c24c-4d64-9286-9c9bfb7ec6aa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:33.916Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-26T07:13:33.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:33.917Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:34.038Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18202590846041009391/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-26T07:13:35.257Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-26T07:13:35.258Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.259Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.260Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-26T07:13:35.261Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-26T07:13:35.262Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.262Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:13:35.263Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.264Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-26T07:13:35.265Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.266Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-26T07:13:35.267Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-26T07:13:35.268Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.269Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.270Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-26T07:13:35.271Z|ae939c26-8ada-4f17-a0bf-f65cd8d970e9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery