Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-11-13T03:18:17.335Z||main|||||INFO|500||The following profiles are active: basic
2021-11-13T03:18:26.553Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-13T03:18:26.553Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-13T03:18:26.640Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-13T03:18:28.993Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-13T03:18:29.166Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-13T03:18:29.543Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-13T03:18:29.551Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-13T03:18:29.630Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-13T03:18:29.760Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-13T03:18:30.131Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-13T03:18:30.940Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T03:18:32.699Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T03:18:32.742Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-13T03:18:33.182Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-13T03:18:33.384Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-13T03:18:34.578Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-13T03:18:35.595Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-13T03:18:35.612Z||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$$809e918b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-13T03:18:35.613Z||main|||||WARN|500||The sdc end point is not alive
2021-11-13T03:18:38.226Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-13T03:18:40.980Z||main|||||WARN|500||---
2021-11-13T03:18:40.980Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-13T03:18:40.980Z||main|||||WARN|500||---
2021-11-13T03:18:41.409Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-13T03:18:45.753Z||main|||||INFO|500||Started Application in 32.769 seconds (JVM running for 33.922)
2021-11-13T03:18:45.770Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-13T03:18:45.771Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-13T03:18:45.780Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-13T03:18:45.842Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-13T03:18:45.881Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99bdbd13-9d41-4ead-8d33-d5162fd6d1db url= /sdc/v1/artifactTypes
2021-11-13T03:18:45.882Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-13T03:18:46.121Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-13T03:18:46.142Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-13T03:18:46.162Z||scheduling-1|||||DEBUG|500||create keys
2021-11-13T03:18:46.168Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-13T03:18:46.240Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:18:46.257Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bd7a3eb0-3444-4ed1-afd4-e5f86c4a743c url= /sdc/v1/registerForDistribution
2021-11-13T03:18:46.903Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bd7a3eb0-3444-4ed1-afd4-e5f86c4a743c url= /sdc/v1/registerForDistribution
2021-11-13T03:18:46.904Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-13T03:18:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:46.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:18:46.917Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-13T03:18:46.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:18:46.919Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:18:46.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:18:46.920Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:18:58.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:18:58.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:19:46.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:46.912Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:19:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:19:46.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:19:46.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:19:46.917Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:19:56.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:19:56.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:20:46.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:46.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:20:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:20:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:20:46.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:20:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:20:56.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:20:56.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:21:46.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:46.911Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:21:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:21:46.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:21:46.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:21:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:21:56.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:21:56.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:22:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:22:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:22:46.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:22:46.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:22:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:22:56.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:22:56.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:23:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:46.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:23:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:23:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:23:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:23:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:23:56.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:23:56.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:24:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:24:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:24:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:24:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:24:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:24:56.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:24:56.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:25:46.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:25:46.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:25:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:25:46.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:25:46.918Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:25:56.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:25:56.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:26:46.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:26:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:26:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:26:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:26:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:26:56.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:26:56.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:27:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:46.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:27:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:27:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:27:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:27:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:27:56.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:27:56.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:28:08.921Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-13T03:28:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:28:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:28:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:28:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:28:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:28:56.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:28:56.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:29:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:29:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:29:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:29:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:29:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:29:56.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:29:56.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:30:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:30:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:30:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:30:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:30:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:30:56.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:30:56.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:31:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:31:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:31:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:31:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:31:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:31:56.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:31:56.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:32:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:32:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:32:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:32:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:32:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:32:56.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:32:56.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:33:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:33:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:33:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:33:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:33:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:33:56.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:33:56.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:34:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:34:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:34:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:34:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:34:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:34:56.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:34:56.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:35:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:35:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:35:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:35:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:35:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:35:56.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:35:56.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:36:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:36:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:36:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:36:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:36:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:36:56.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:36:56.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:37:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:37:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:37:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:37:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:37:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:37:56.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:37:56.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:38:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:38:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:38:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:38:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:38:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:38:56.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:38:56.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:39:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:39:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:39:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:39:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:39:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:39:56.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:39:56.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:40:46.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:40:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:40:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:40:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:40:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:40:56.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:40:56.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:41:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:41:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:41:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:41:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:41:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:41:56.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:41:56.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:42:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:42:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:42:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:42:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:42:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:42:56.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:42:56.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:43:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:43:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:43:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:43:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:43:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:43:56.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:43:56.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:44:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:44:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:44:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:44:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:44:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:44:56.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:44:56.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:45:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:46.912Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:45:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:45:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:45:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:45:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:45:56.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:45:56.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:46:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:46:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:46:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:46:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:46:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:46:56.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:46:56.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:47:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:47:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:47:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:47:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:47:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:47:56.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:47:56.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:48:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:48:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:48:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:48:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:48:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:48:56.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:48:56.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:49:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:49:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:49:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:49:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:49:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:49:56.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:49:56.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:50:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:50:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:50:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:50:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:50:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:50:56.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:50:56.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:51:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:51:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:51:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:51:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:51:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:51:56.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:51:56.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:52:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:52:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:52:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:52:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:52:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:52:56.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:52:56.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:53:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:53:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:53:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:53:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:53:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:53:56.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:53:56.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:54:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:54:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:54:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:54:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:54:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:54:56.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:54:56.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:55:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:55:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:55:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:55:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:55:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:55:56.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:55:56.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:56:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:56:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:56:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:56:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:56:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:56:56.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:56:56.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:57:46.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:46.911Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:57:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:57:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:57:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:57:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:57:56.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:57:56.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:58:46.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:58:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:58:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:58:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:58:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:58:56.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:58:56.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:59:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:59:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:59:46.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T03:59:46.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T03:59:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T03:59:56.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T03:59:56.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:00:46.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:46.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:00:46.912Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pmupeYK78BVRgxKt) ...
2021-11-13T04:00:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:00:46.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:00:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:00:56.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:00:56.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:01:46.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:46.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:01:46.911Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pmupeYK78BVRgxKt) ...
2021-11-13T04:01:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:01:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:01:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:01:56.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:01:56.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:02:46.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:46.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:02:46.911Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pmupeYK78BVRgxKt) ...
2021-11-13T04:02:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:02:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:02:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:02:56.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:02:56.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:03:46.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:46.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:03:46.912Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pmupeYK78BVRgxKt) ...
2021-11-13T04:03:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:03:46.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:03:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:03:56.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:03:56.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:04:46.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:46.911Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:04:46.911Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pmupeYK78BVRgxKt) ...
2021-11-13T04:04:46.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:04:46.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:04:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:04:56.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:04:56.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:05:46.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:46.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:05:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:05:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:05:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:05:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:05:56.454Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:05:56.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:06:46.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:46.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:06:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:06:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:06:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:06:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:06:56.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:06:56.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:07:46.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:46.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:07:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:07:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:07:46.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:07:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:07:56.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:07:56.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:08:46.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:46.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:08:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:08:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:08:46.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:08:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:08:56.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:08:56.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:09:46.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:46.911Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:09:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:09:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:09:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:09:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:09:56.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:09:56.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:10:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:10:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:10:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:10:46.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:10:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:10:56.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:10:56.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:11:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:11:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:11:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:11:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:11:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:11:56.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:11:56.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:12:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:12:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:12:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:12:46.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:12:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:12:56.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:12:56.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:13:46.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:46.911Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:13:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:13:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:13:46.913Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:13:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:13:56.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:13:56.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:14:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:14:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:14:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:14:46.914Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:14:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:14:56.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:14:56.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:15:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:15:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:15:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:15:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:15:56.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:15:56.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:16:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:16:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:16:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:16:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:16:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:16:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:16:56.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:16:56.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:17:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:17:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:17:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:17:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:17:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:17:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:17:56.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:17:56.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:18:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:18:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:18:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:18:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:18:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:18:56.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:18:56.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:19:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:19:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:19:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:19:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:19:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:19:56.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:19:56.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:20:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:20:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:20:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:20:46.912Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:20:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:20:56.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:20:56.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:21:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:21:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:21:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:21:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:21:56.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:21:56.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:22:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:22:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:22:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:22:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:22:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:22:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:22:56.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:22:56.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:23:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:23:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:23:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:23:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:23:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:23:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:23:56.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:23:56.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:24:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:24:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:24:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:24:46.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:24:46.914Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:24:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:24:56.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:24:56.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:25:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:25:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:25:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:25:56.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:25:56.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:26:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:26:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:26:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:26:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:26:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:26:56.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:26:56.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:46.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:46.911Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:27:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:27:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:27:46.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:27:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:27:47.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:47.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"00ef4074-58b2-4184-acf9-ecebc063eb64","serviceName":"vFW 2021-11-13 04-24-42","serviceVersion":"1.0","serviceUUID":"5a3326df-5998-4dab-a07b-cb61f5d60f33","serviceDescription":"catalog service description","serviceInvariantUUID":"42f2b456-9e5f-40a9-88cc-845380596d92","resources":[{"resourceInstanceName":"vFW 23b792b3-e7b7 0","resourceName":"vFW 23b792b3-e7b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b24e6ea0-2195-4fc2-b531-73fb3fa4ed56","resourceInvariantUUID":"78c2effc-ff67-4fba-ba04-ca299f1888c5","resourceCustomizationUUID":"73a86e9c-5633-4e2c-9d0b-df53ba8229ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml","artifactChecksum":"OTEyMDNjYjAzYWMwNTQ4OGRjNGZkYWVlMTJmMmYzMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b722988b-7583-45d3-b0e3-01275a0734c0","artifactVersion":"1"},{"artifactName":"vfw23b792b3e7b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json","artifactChecksum":"ZjU0NDQ4NjlhNjRiMDVjNjE0N2M5ZWQ0Mjg3NDM3MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49ab4101-9fca-455c-bb66-8fd8976e791a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml","artifactChecksum":"ZjU1MjU0MjRmYThkZGZlZmI5YTZlNzE5ZWQ3MGY4MGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40024768-3c18-4e1f-a0e2-5a1ce23be3b2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e7c5dcb-c9c3-451d-878e-ab053610207a","artifactVersion":"2","generatedFromUUID":"7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211113042442-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml","artifactChecksum":"YzE2ODJhMGExNDFiYjM5NTNiMTg1ZjQ5YWZjYWZkN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74d6ecd8-58e0-40bc-9990-eb721ce0c234","artifactVersion":"1"},{"artifactName":"service-Vfw20211113042442-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar","artifactChecksum":"NjAyMGQzN2NjMGU0M2VkNDcyY2FkMjY0ODA1NDY3MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:27:47.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:47.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:47.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.553Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:47.560Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:47.560Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777628752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777628352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777631816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "dcae-sch",
  "timestamp": 1636777626645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777639964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777640160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "cds",
  "timestamp": 1636777640980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-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=?
2021-11-13T04:27:47.660Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-13T04:27:47.664Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:47.664Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:47.675Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:47.676Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:47.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.733Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:47.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777635243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777635551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777643136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777643611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777644144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777644579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777645007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "policy-id",
  "timestamp": 1636777645149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:27:47.768Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.768Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777638851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:47.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777645583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:27:47.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:47.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777639088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777646208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777647164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.788Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777648074,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:27:47.794Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.794Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:27:47.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777649077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777652493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777654503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:27:47.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "clamp",
  "timestamp": 1636777655507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:27:47.811Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.811Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:47.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777658551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:27:47.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:27:47.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:27:47.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "aai-ml",
  "timestamp": 1636777659556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:27:47.823Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00ef4074-58b2-4184-acf9-ecebc063eb64
2021-11-13T04:27:47.823Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ef4074-58b2-4184-acf9-ecebc063eb64 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:27:48.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:48.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:48.566Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:48.567Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:27:48.667Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:27:48.668Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:48.668Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:48.679Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:48.680Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:49.567Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:49.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:49.570Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:49.570Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:27:49.671Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:27:49.671Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:49.671Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:49.680Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:49.681Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:50.571Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:50.572Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:50.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:50.574Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:50.675Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:27:50.675Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:50.675Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:50.685Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:50.686Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:51.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:51.576Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:51.578Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:51.579Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:27:51.678Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:27:51.679Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:51.680Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:51.691Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:51.691Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:52.579Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:52.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:52.583Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:52.584Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:27:52.684Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:27:52.684Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:52.684Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:52.693Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:52.694Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:53.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:27:53.585Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:53.588Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:53.588Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:27:53.688Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:27:53.689Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:53.690Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:53.698Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:53.699Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:27:54.590Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "serviceName": "vFW 2021-11-13 04-24-42",
  "serviceVersion": "1.0",
  "serviceUUID": "5a3326df-5998-4dab-a07b-cb61f5d60f33",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "42f2b456-9e5f-40a9-88cc-845380596d92",
  "resources": [
    {
      "resourceInstanceName": "vFW 23b792b3-e7b7 0",
      "resourceCustomizationUUID": "73a86e9c-5633-4e2c-9d0b-df53ba8229ba",
      "resourceName": "vFW 23b792b3-e7b7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b24e6ea0-2195-4fc2-b531-73fb3fa4ed56",
      "resourceInvariantUUID": "78c2effc-ff67-4fba-ba04-ca299f1888c5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw23b792b3e7b70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
          "artifactChecksum": "ZjU0NDQ4NjlhNjRiMDVjNjE0N2M5ZWQ0Mjg3NDM3MDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49ab4101-9fca-455c-bb66-8fd8976e791a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e7c5dcb-c9c3-451d-878e-ab053610207a",
            "generatedFromUUID": "7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e7c5dcb-c9c3-451d-878e-ab053610207a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211113042442-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
      "artifactChecksum": "NjAyMGQzN2NjMGU0M2VkNDcyY2FkMjY0ODA1NDY3MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:27:54.591Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:27:54.591Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a3326df-5998-4dab-a07b-cb61f5d60f33 ASDC
2021-11-13T04:27:54.668Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00ef4074-58b2-4184-acf9-ecebc063eb64
ServiceName:vFW 2021-11-13 04-24-42
ServiceVersion:1.0
ServiceUUID:5a3326df-5998-4dab-a07b-cb61f5d60f33
ServiceInvariantUUID:42f2b456-9e5f-40a9-88cc-845380596d92
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211113042442-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar
ArtifactUUID:dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80
ArtifactChecksum:NjAyMGQzN2NjMGU0M2VkNDcyY2FkMjY0ODA1NDY3MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 23b792b3-e7b7 0
ResourceCustomizationUUID:73a86e9c-5633-4e2c-9d0b-df53ba8229ba
ResourceInvariantUUID:78c2effc-ff67-4fba-ba04-ca299f1888c5
ResourceName:vFW 23b792b3-e7b7
ResourceType:VF
ResourceUUID:b24e6ea0-2195-4fc2-b531-73fb3fa4ed56
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw23b792b3e7b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json
ArtifactUUID:49ab4101-9fca-455c-bb66-8fd8976e791a
ArtifactChecksum:ZjU0NDQ4NjlhNjRiMDVjNjE0N2M5ZWQ0Mjg3NDM3MDk=
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/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml
ArtifactUUID:7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f
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/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
ArtifactUUID:0e7c5dcb-c9c3-451d-878e-ab053610207a
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/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
ArtifactUUID:0e7c5dcb-c9c3-451d-878e-ab053610207a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:27:54.669Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a3326df-5998-4dab-a07b-cb61f5d60f33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:27:54.730Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:27:54.730Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:27:54.731Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:27:54.731Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80 from URL: /sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:54.731Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:27:54.733Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:54.961Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:27:54.977Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80 98946
2021-11-13T04:27:54.979Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar ASDC sendASDCNotification
2021-11-13T04:27:54.979Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:54.979Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:27:54.980Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:54.981Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:54.981Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777674978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:55.082Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:27:55.083Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:55.083Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:55.093Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:55.093Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:27:55.982Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:27:55.983Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-13T04:27:55.983Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dac49a36-41e0-41b0-a4a9-8b5ac6d3dc80, URL: /sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar to file: /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:55.984Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211113042442-csar.csar
2021-11-13T04:27:56.042Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:56.042Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:56.521Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6489759161930694864/Definitions/service-Vfw20211113042442-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-13T04:27:59.067Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:27:59.071Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:27:59.071Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 23b792b3-e7b7 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-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211113042442-csar.csar
2021-11-13T04:27:59.072Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-13T04:27:59.078Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.079Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.083Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:27:59.083Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:27:59.085Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:27:59.086Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.086Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.086Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:27:59.087Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-13T04:27:59.087Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:27:59.087Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.087Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.091Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.091Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:27:59.091Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:27:59.091Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:27:59.092Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.093Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:27:59.094Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.094Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:27:59.094Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.094Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:27:59.095Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.095Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:27:59.095Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:27:59.096Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.096Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:27:59.096Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:27:59.096Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.096Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:27:59.097Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.098Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=28ecdd60-7d08-4a0e-818f-e5dd1086cb63
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:27:59.099Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d679c5c1-524d-4f7f-a9ff-da2905d86e80
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.100Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:27:59.101Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea8c04c7-8e9b-498d-b587-4c50ab51be68
2021-11-13T04:27:59.102Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:27:59.103Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:27:59.104Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-13 04-24-42
Description:catalog service description
Model UUID:5a3326df-5998-4dab-a07b-cb61f5d60f33
Model Version:NULL
Model InvariantUuid:42f2b456-9e5f-40a9-88cc-845380596d92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 23b792b3-e7b7
Model UUID:e2c0ec34-7670-44c2-8f99-d29b53f28f48
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78c2effc-ff67-4fba-ba04-ca299f1888c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73a86e9c-5633-4e2c-9d0b-df53ba8229ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45c851b8-358f-4bf4-8441-9c2c3a619429
ModelName:Vfw23b792b3E7b7..base_vfw..module-0
ModelUuid:b533c593-7f3c-47aa-ad6c-a5349c75edcc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28ecdd60-7d08-4a0e-818f-e5dd1086cb63
ModelInvariantUuid:d633468d-76e9-4f47-8be9-d25323e42218
ModelName:vFW 23b792b3-e7b7-nodes.vfwCvfc
ModelUuid:6a2dbb53-1431-44c4-ae5b-c84d6acbdd32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e8643971-4f4d-4283-a005-7b3297f12a69
ModelInvariantUuid:cb922d98-5a91-4def-b4be-14c75b666473
ModelName:Vfw23b792b3E7b7.compute.nodes.heat.vfw
ModelUuid:403822ad-2372-4042-af6f-a362cf67da1c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d679c5c1-524d-4f7f-a9ff-da2905d86e80
ModelInvariantUuid:d1880e25-221b-4ecd-816e-cee00a32a12e
ModelName:vFW 23b792b3-e7b7-nodes.vsnCvfc
ModelUuid:d18977c0-fafc-4280-9693-4c41ac3a44fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:76e01ccc-4536-443e-9b6b-cca7c50e94b2
ModelInvariantUuid:811c7c75-8629-458b-880c-6ea8999f2139
ModelName:Vfw23b792b3E7b7.compute.nodes.heat.vsn
ModelUuid:7429ba5e-2b62-48c7-9096-219776c9bfed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ea8c04c7-8e9b-498d-b587-4c50ab51be68
ModelInvariantUuid:2aece0aa-f1d0-4e85-adad-babbf02dd531
ModelName:vFW 23b792b3-e7b7-nodes.vpgCvfc
ModelUuid:db157653-7cd2-4010-aceb-c7e035fd9c69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d80c82d8-d643-48ce-af45-a2d8b4cc3337
ModelInvariantUuid:5fcbd7ef-a4ce-4f34-b05f-3d3df546a9ac
ModelName:Vfw23b792b3E7b7.compute.nodes.heat.vpg
ModelUuid:901f74c1-52db-4fc4-8181-bd80f8f2d0d8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:27:59.128Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b24e6ea0-2195-4fc2-b531-73fb3fa4ed56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:27:59.207Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||vFW 23b792b3-e7b7 0
2021-11-13T04:27:59.212Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b24e6ea0-2195-4fc2-b531-73fb3fa4ed56
2021-11-13T04:27:59.212Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 49ab4101-9fca-455c-bb66-8fd8976e791a from URL: /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json
2021-11-13T04:27:59.212Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:27:59.212Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json
2021-11-13T04:27:59.344Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:27:59.344Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json 49ab4101-9fca-455c-bb66-8fd8976e791a 785
2021-11-13T04:27:59.345Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json ASDC sendASDCNotification
2021-11-13T04:27:59.345Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json
2021-11-13T04:27:59.345Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:27:59.345Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:27:59.348Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:27:59.348Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777679345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:27:59.448Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:27:59.450Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:27:59.450Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:27:59.462Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:27:59.463Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:28:00.350Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw23b792b3E7b7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45c851b8-358f-4bf4-8441-9c2c3a619429",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b533c593-7f3c-47aa-ad6c-a5349c75edcc",
    "vfModuleModelCustomizationUUID": "0ab276e2-2490-4c40-b4c3-48dc022bcc30",
    "isBase": true,
    "artifacts": [
      "7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f",
      "0e7c5dcb-c9c3-451d-878e-ab053610207a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:28:00.366Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw23b792b3E7b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b533c593-7f3c-47aa-ad6c-a5349c75edcc
VfModuleModelInvariantUUID:45c851b8-358f-4bf4-8441-9c2c3a619429
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f
,
0e7c5dcb-c9c3-451d-878e-ab053610207a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:28:00.368Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw23b792b3E7b7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "45c851b8-358f-4bf4-8441-9c2c3a619429",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b533c593-7f3c-47aa-ad6c-a5349c75edcc",
    "vfModuleModelCustomizationUUID": "0ab276e2-2490-4c40-b4c3-48dc022bcc30",
    "isBase": true,
    "artifacts": [
      "7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f",
      "0e7c5dcb-c9c3-451d-878e-ab053610207a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:28:00.369Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw23b792b3E7b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b533c593-7f3c-47aa-ad6c-a5349c75edcc
VfModuleModelInvariantUUID:45c851b8-358f-4bf4-8441-9c2c3a619429
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f
,
0e7c5dcb-c9c3-451d-878e-ab053610207a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:28:00.369Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f from URL: /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml
2021-11-13T04:28:00.369Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:28:00.369Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml
2021-11-13T04:28:00.597Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:28:00.599Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml 7c6cd822-92fe-46dd-ab5b-d70ddc5cdc9f 20368
2021-11-13T04:28:00.599Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:28:00.599Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml
2021-11-13T04:28:00.599Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:28:00.599Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:00.601Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:00.601Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777680599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:00.701Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:00.702Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:00.703Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:00.714Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:00.715Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:01.602Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e7c5dcb-c9c3-451d-878e-ab053610207a from URL: /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
2021-11-13T04:28:01.603Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-13T04:28:01.603Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
2021-11-13T04:28:01.914Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-13T04:28:01.915Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env 0e7c5dcb-c9c3-451d-878e-ab053610207a 2098
2021-11-13T04:28:01.915Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:28:01.915Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
2021-11-13T04:28:01.915Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:28:01.915Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:01.917Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:01.918Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777681915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:28:02.018Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:02.019Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:02.019Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:02.029Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:02.029Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:28:02.918Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5a3326df-5998-4dab-a07b-cb61f5d60f33
2021-11-13T04:28:02.919Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 23b792b3-e7b7 0 b24e6ea0-2195-4fc2-b531-73fb3fa4ed56 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:28:02.952Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fcdd0c6, org.onap.sdc.toscaparser.api.parameters.Input@2e4b7ac6, org.onap.sdc.toscaparser.api.parameters.Input@1c7f4e39, org.onap.sdc.toscaparser.api.parameters.Input@5d549de6, org.onap.sdc.toscaparser.api.parameters.Input@6c2e3d6a]
2021-11-13T04:28:02.955Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.955Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:02.955Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:28:02.955Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 73a86e9c-5633-4e2c-9d0b-df53ba8229ba
2021-11-13T04:28:02.955Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73a86e9c-5633-4e2c-9d0b-df53ba8229ba matches Tosca VF Customization UUID: 73a86e9c-5633-4e2c-9d0b-df53ba8229ba
2021-11-13T04:28:02.956Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 73a86e9c-5633-4e2c-9d0b-df53ba8229ba  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:28:02.961Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.961Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:02.962Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 73a86e9c-5633-4e2c-9d0b-df53ba8229ba: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-13T04:28:02.962Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39fa0d9a
2021-11-13T04:28:02.963Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.963Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:28:02.963Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ab276e2-2490-4c40-b4c3-48dc022bcc30
2021-11-13T04:28:02.964Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ab276e2-2490-4c40-b4c3-48dc022bcc30
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:28:02.971Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.971Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:02.972Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:28:02.972Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.973Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:02.973Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:28:02.973Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.973Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.974Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.975Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:28:02.975Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.975Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:28:02.975Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.975Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=28ecdd60-7d08-4a0e-818f-e5dd1086cb63
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:28:02.983Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.984Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:02.984Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:28:02.985Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.985Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:28:02.985Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:28:02.985Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:28:02.986Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:28:02.986Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.986Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.987Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.987Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:28:02.987Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-13T04:28:02.987Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-13T04:28:02.987Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.988Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-13T04:28:02.988Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.988Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d679c5c1-524d-4f7f-a9ff-da2905d86e80
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:28:02.991Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.991Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:02.992Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:28:02.994Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:02.994Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is not matching search criteria
2021-11-13T04:28:02.994Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-13T04:28:02.994Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-13T04:28:02.995Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-13T04:28:02.995Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.995Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.995Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.995Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-13T04:28:02.996Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-13T04:28:02.996Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-13T04:28:02.996Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-13T04:28:02.996Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-13T04:28:02.997Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-13T04:28:02.997Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea8c04c7-8e9b-498d-b587-4c50ab51be68
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:28:03.000Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.000Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:03.000Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:28:03.000Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.000Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Node template vFW 23b792b3-e7b7 0 is matching search criteria
2021-11-13T04:28:03.001Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 23b792b3-e7b7 0] matching following query criteria: sdcType=VF, customizationUUID=73a86e9c-5633-4e2c-9d0b-df53ba8229ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:28:03.002Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.003Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.003Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5a3326df-5998-4dab-a07b-cb61f5d60f33: vFW 23b792b3-e7b7
2021-11-13T04:28:03.003Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.003Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.004Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.005Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:28:03.005Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-13 04-24-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:28:03.005Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-13 04-24-42 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:28:03.291Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 23b792b3-e7b7 b24e6ea0-2195-4fc2-b531-73fb3fa4ed56 1 ASDC deployResourceStructure
2021-11-13T04:28:03.292Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json ASDC sendASDCNotification
2021-11-13T04:28:03.292Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json
2021-11-13T04:28:03.292Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:03.292Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:03.294Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:03.294Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777683292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:03.394Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:03.395Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:03.395Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:03.406Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:03.407Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:04.295Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-13T04:28:04.295Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml
2021-11-13T04:28:04.296Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:04.296Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:04.299Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:04.299Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777684294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:04.399Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:04.400Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:04.400Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:04.411Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:04.411Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:28:05.300Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-13T04:28:05.301Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env
2021-11-13T04:28:05.301Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:05.301Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:05.304Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:05.304Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777685300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:05.404Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:28:05.405Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:05.405Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:05.415Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:05.415Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:06.305Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar ASDC sendASDCNotification
2021-11-13T04:28:06.306Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar
2021-11-13T04:28:06.306Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:28:06.307Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:06.309Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:06.309Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777686305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:28:06.409Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:28:06.410Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:06.410Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:06.419Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:06.420Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:28:07.311Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00ef4074-58b2-4184-acf9-ecebc063eb64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:28:07.328Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00ef4074-58b2-4184-acf9-ecebc063eb64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:28:07.331Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.332Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.333Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.333Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.333Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:28:07.333Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:28:07.337Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:28:37.338Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00ef4074-58b2-4184-acf9-ecebc063eb64 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:28:37.355Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00ef4074-58b2-4184-acf9-ecebc063eb64 and serviceModelVersionId: 5a3326df-5998-4dab-a07b-cb61f5d60f33
2021-11-13T04:28:37.355Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42f2b456-9e5f-40a9-88cc-845380596d92
2021-11-13T04:28:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:28:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:28:47.036Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:47.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:28:47.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:28:47.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:28:49.339Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0
2021-11-13T04:28:49.421Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:28:49.928Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0|INFO|500||Invoke
2021-11-13T04:28:49.935Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00ef4074-58b2-4184-acf9-ecebc063eb64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0abfb554-34c4-4a1b-bca8-befdebdbfeb7], X-ECOMP-RequestID=[00ef4074-58b2-4184-acf9-ecebc063eb64], X-TransactionId=[], X-ONAP-RequestID=[00ef4074-58b2-4184-acf9-ecebc063eb64], Content-Type=[application/merge-patch+json]}
2021-11-13T04:28:50.130Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:28:50.282Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?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/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:28:50:138-84825], vertex-id=[143472], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:28:50 GMT], Content-Type=[application/json]}
2021-11-13T04:28:50.283Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:28:50.284Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42f2b456-9e5f-40a9-88cc-845380596d92/model-vers/model-ver/5a3326df-5998-4dab-a07b-cb61f5d60f33?depth=0|INFO|500||InvokeReturn
2021-11-13T04:28:50.286Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:28:50.286Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:28:50.290Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:28:50.291Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00ef4074-58b2-4184-acf9-ecebc063eb64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:28:50.291Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:28:50.292Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:28:50.293Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:28:50.293Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777730291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:28:50.394Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:28:50.395Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:28:50.395Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:28:50.406Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:28:50.407Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:28:51.307Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:28:51.307Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:28:51.308Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:29:00.849Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:46.910Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:46.911Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:29:46.912Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:29:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:29:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:29:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:29:46.960Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:29:46.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777666910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777674978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777679345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777680599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777681915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:29:46.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777683292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/vfw23b792b3e7b70_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777684294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777685300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/resourceInstances/vfw23b792b3e7b70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:29:46.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777686305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211113042442/1.0/artifacts/service-Vfw20211113042442-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:29:46.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:29:56.480Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:30:46.910Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:30:46.911Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:30:46.911Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:30:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:30:46.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:30:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:30:47.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:30:47.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:30:47.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00ef4074-58b2-4184-acf9-ecebc063eb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777730291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:30:47.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:30:56.480Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:46.910Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:31:46.911Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:31:46.911Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:31:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:31:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:31:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:31:56.456Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:31:56.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:46.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:32:46.911Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:32:46.911Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:32:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:32:46.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:32:46.915Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:32:50.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:50.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:32:50.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7af2b6c2-e7c2-414a-9434-d3f949f15754","serviceName":"basic_onboard_mzBtQB","serviceVersion":"1.0","serviceUUID":"a0ccb4e8-cb94-4d81-9632-f37659eb1716","serviceDescription":"service","serviceInvariantUUID":"46ffea72-f7ae-4941-9bae-3eb031c70597","resources":[{"resourceInstanceName":"basic_onboard_mzBtQB 0","resourceName":"basic_onboard_mzBtQB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2","resourceInvariantUUID":"84b013ac-18da-4a39-bd63-9a4a06ba002e","resourceCustomizationUUID":"a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml","artifactChecksum":"N2YxNDBlNmUyYjRkODk5M2I1MGNiNTQzM2E4MDU4OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddaf2b1e-9ae2-425c-842e-d857460b6024","artifactVersion":"1"},{"artifactName":"basic_onboard_mzbtqb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json","artifactChecksum":"MjZjNjQ2ZGQ5ZDZmODdiOWY3NzcwZWJjZDIxNWMxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b3a727-89bc-4c97-a9e5-b25919ebaef4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f46dd3b-6bbd-4ab3-941b-0f87eb12a591","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8552a246-b964-4579-851c-a7e11e4c36c7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3811e78c-7e26-4b77-95c5-a8e1a32c6b50","artifactVersion":"2","generatedFromUUID":"1f46dd3b-6bbd-4ab3-941b-0f87eb12a591"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMzbtqb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml","artifactChecksum":"MGYyZjFhN2RkOWFmM2QyMzEyMjRmMThlMWUxZGY4NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb087398-e72a-4fef-a384-7edcdb1a76f0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMzbtqb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar","artifactChecksum":"OWViZWE2ZjhiMjBlOGM2ODdiOTQ1YTM2NTZiMGY1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:32:50.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:50.170Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:50.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:50.172Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:50.273Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:32:50.274Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:50.274Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:50.284Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:50.284Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:50.395Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:50.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:32:50.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:50.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:32:51.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:51.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:51.177Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:51.177Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:32:51.278Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:51.278Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:51.279Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:51.288Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:51.290Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:52.178Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:52.179Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:52.182Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:52.182Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:32:52.282Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:52.283Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:52.283Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:52.291Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:52.292Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:53.182Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:53.184Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:53.186Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:53.186Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:53.287Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:53.288Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:53.288Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:53.324Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:53.325Z||pool-22-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":2,"count":1}
2021-11-13T04:32:54.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:54.188Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:54.190Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:54.190Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:32:54.290Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:54.291Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:54.291Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:54.301Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:54.301Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:55.190Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:55.191Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:55.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:55.195Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:32:55.295Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:55.295Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:55.295Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:55.304Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:55.304Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:56.195Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:32:56.196Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:56.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:56.200Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:32:56.300Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:56.301Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:56.301Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:56.310Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:56.311Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:57.201Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "serviceName": "basic_onboard_mzBtQB",
  "serviceVersion": "1.0",
  "serviceUUID": "a0ccb4e8-cb94-4d81-9632-f37659eb1716",
  "serviceDescription": "service",
  "serviceInvariantUUID": "46ffea72-f7ae-4941-9bae-3eb031c70597",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mzBtQB 0",
      "resourceCustomizationUUID": "a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a",
      "resourceName": "basic_onboard_mzBtQB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2",
      "resourceInvariantUUID": "84b013ac-18da-4a39-bd63-9a4a06ba002e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mzbtqb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
          "artifactChecksum": "MjZjNjQ2ZGQ5ZDZmODdiOWY3NzcwZWJjZDIxNWMxZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81b3a727-89bc-4c97-a9e5-b25919ebaef4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1f46dd3b-6bbd-4ab3-941b-0f87eb12a591",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3811e78c-7e26-4b77-95c5-a8e1a32c6b50",
            "generatedFromUUID": "1f46dd3b-6bbd-4ab3-941b-0f87eb12a591"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3811e78c-7e26-4b77-95c5-a8e1a32c6b50",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMzbtqb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
      "artifactChecksum": "OWViZWE2ZjhiMjBlOGM2ODdiOTQ1YTM2NTZiMGY1ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:32:57.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:32:57.201Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0ccb4e8-cb94-4d81-9632-f37659eb1716 ASDC
2021-11-13T04:32:57.202Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7af2b6c2-e7c2-414a-9434-d3f949f15754
ServiceName:basic_onboard_mzBtQB
ServiceVersion:1.0
ServiceUUID:a0ccb4e8-cb94-4d81-9632-f37659eb1716
ServiceInvariantUUID:46ffea72-f7ae-4941-9bae-3eb031c70597
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMzbtqb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar
ArtifactUUID:68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a
ArtifactChecksum:OWViZWE2ZjhiMjBlOGM2ODdiOTQ1YTM2NTZiMGY1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mzBtQB 0
ResourceCustomizationUUID:a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a
ResourceInvariantUUID:84b013ac-18da-4a39-bd63-9a4a06ba002e
ResourceName:basic_onboard_mzBtQB
ResourceType:VF
ResourceUUID:e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mzbtqb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json
ArtifactUUID:81b3a727-89bc-4c97-a9e5-b25919ebaef4
ArtifactChecksum:MjZjNjQ2ZGQ5ZDZmODdiOWY3NzcwZWJjZDIxNWMxZTc=
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/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1f46dd3b-6bbd-4ab3-941b-0f87eb12a591
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/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
ArtifactUUID:3811e78c-7e26-4b77-95c5-a8e1a32c6b50
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/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
ArtifactUUID:3811e78c-7e26-4b77-95c5-a8e1a32c6b50
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:32:57.202Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0ccb4e8-cb94-4d81-9632-f37659eb1716 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:32:57.230Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:32:57.231Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:32:57.231Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:32:57.231Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a from URL: /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:57.231Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:32:57.232Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:57.455Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:32:57.459Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar 68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a 71560
2021-11-13T04:32:57.459Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar ASDC sendASDCNotification
2021-11-13T04:32:57.460Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:57.460Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:32:57.460Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:32:57.462Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:32:57.462Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777977459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:32:57.563Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:32:57.564Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:32:57.564Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:32:57.574Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:32:57.575Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:32:58.467Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:32:58.468Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:32:58.468Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 68dbfe7d-c0b2-4246-a7dc-9b6c84036e3a, URL: /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar to file: /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:58.468Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:58.469Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:58.469Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:32:58.834Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15020998624192098415/Definitions/service-BasicOnboardMzbtqb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||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-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.020Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mzBtQB 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-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:00.021Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:33:00.022Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:33:00.022Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.022Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.022Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.022Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is not matching search criteria
2021-11-13T04:33:00.024Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:00.025Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.026Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is not matching search criteria
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6cdf590-561b-4987-95d1-a8605d55f20a
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:00.027Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mzBtQB
Description:service
Model UUID:a0ccb4e8-cb94-4d81-9632-f37659eb1716
Model Version:NULL
Model InvariantUuid:46ffea72-f7ae-4941-9bae-3eb031c70597
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mzBtQB
Model UUID:10b0d082-61ee-4e93-97b7-086db716e718
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84b013ac-18da-4a39-bd63-9a4a06ba002e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86554f65-8428-4e2c-8893-20453e7eee7b
ModelName:BasicOnboardMzbtqb..base_ubuntu18..module-0
ModelUuid:48ca0a30-f7e6-496a-ad38-db4ff1464094
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6cdf590-561b-4987-95d1-a8605d55f20a
ModelInvariantUuid:aa68c2c5-6c25-4044-9b03-2a18ce3d8066
ModelName:basic_onboard_mzBtQB-nodes.ubuntu18Cvfc
ModelUuid:c4e34272-05b3-42bd-94b2-dd25a8c97590
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:61418e55-c668-4986-aa92-62a92257434d
ModelInvariantUuid:48489440-8338-465a-b41b-436f9ef117aa
ModelName:BasicOnboardMzbtqb.compute.nodes.heat.ubuntu18
ModelUuid:c5c82052-34f6-4e50-b31e-b5b3ea6832c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:33:00.035Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:33:00.039Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||basic_onboard_mzBtQB 0
2021-11-13T04:33:00.039Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2
2021-11-13T04:33:00.039Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81b3a727-89bc-4c97-a9e5-b25919ebaef4 from URL: /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json
2021-11-13T04:33:00.039Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:33:00.040Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json
2021-11-13T04:33:00.398Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:33:00.398Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json 81b3a727-89bc-4c97-a9e5-b25919ebaef4 798
2021-11-13T04:33:00.398Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json ASDC sendASDCNotification
2021-11-13T04:33:00.398Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json
2021-11-13T04:33:00.399Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:33:00.399Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:00.401Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:00.401Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777980398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:00.502Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:33:00.502Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:00.502Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:00.510Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:00.511Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:01.402Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMzbtqb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "86554f65-8428-4e2c-8893-20453e7eee7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48ca0a30-f7e6-496a-ad38-db4ff1464094",
    "vfModuleModelCustomizationUUID": "90cfa60e-055c-4f70-9d7b-c0b87c952d36",
    "isBase": true,
    "artifacts": [
      "1f46dd3b-6bbd-4ab3-941b-0f87eb12a591",
      "3811e78c-7e26-4b77-95c5-a8e1a32c6b50"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:33:01.405Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMzbtqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48ca0a30-f7e6-496a-ad38-db4ff1464094
VfModuleModelInvariantUUID:86554f65-8428-4e2c-8893-20453e7eee7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f46dd3b-6bbd-4ab3-941b-0f87eb12a591
,
3811e78c-7e26-4b77-95c5-a8e1a32c6b50

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:33:01.407Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMzbtqb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "86554f65-8428-4e2c-8893-20453e7eee7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48ca0a30-f7e6-496a-ad38-db4ff1464094",
    "vfModuleModelCustomizationUUID": "90cfa60e-055c-4f70-9d7b-c0b87c952d36",
    "isBase": true,
    "artifacts": [
      "1f46dd3b-6bbd-4ab3-941b-0f87eb12a591",
      "3811e78c-7e26-4b77-95c5-a8e1a32c6b50"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:33:01.407Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMzbtqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48ca0a30-f7e6-496a-ad38-db4ff1464094
VfModuleModelInvariantUUID:86554f65-8428-4e2c-8893-20453e7eee7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f46dd3b-6bbd-4ab3-941b-0f87eb12a591
,
3811e78c-7e26-4b77-95c5-a8e1a32c6b50

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:33:01.407Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f46dd3b-6bbd-4ab3-941b-0f87eb12a591 from URL: /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml
2021-11-13T04:33:01.407Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:33:01.407Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml 1f46dd3b-6bbd-4ab3-941b-0f87eb12a591 5033
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:33:01.627Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:01.629Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:01.629Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777981627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:01.730Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:33:01.730Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:01.730Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:01.739Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:01.740Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:02.630Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3811e78c-7e26-4b77-95c5-a8e1a32c6b50 from URL: /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
2021-11-13T04:33:02.631Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:33:02.631Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
2021-11-13T04:33:02.906Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:33:02.907Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env 3811e78c-7e26-4b77-95c5-a8e1a32c6b50 909
2021-11-13T04:33:02.907Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:33:02.907Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
2021-11-13T04:33:02.907Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:33:02.907Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:02.910Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:02.910Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777982907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:33:03.010Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:33:03.011Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:03.011Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:03.021Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:03.021Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:03.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a0ccb4e8-cb94-4d81-9632-f37659eb1716
2021-11-13T04:33:03.912Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mzBtQB 0 e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:33:03.927Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fd61b2b, org.onap.sdc.toscaparser.api.parameters.Input@386d35b2, org.onap.sdc.toscaparser.api.parameters.Input@dc87770, org.onap.sdc.toscaparser.api.parameters.Input@7343cb96, org.onap.sdc.toscaparser.api.parameters.Input@2c938996]
2021-11-13T04:33:03.928Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.929Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.929Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:33:03.929Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a
2021-11-13T04:33:03.929Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a matches Tosca VF Customization UUID: a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a
2021-11-13T04:33:03.929Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:33:03.932Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.933Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.934Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-13T04:33:03.934Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3afe8ec
2021-11-13T04:33:03.934Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.934Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:33:03.935Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90cfa60e-055c-4f70-9d7b-c0b87c952d36
2021-11-13T04:33:03.935Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90cfa60e-055c-4f70-9d7b-c0b87c952d36
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:33:03.937Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is not matching search criteria
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:33:03.938Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6cdf590-561b-4987-95d1-a8605d55f20a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:33:03.940Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.941Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:03.941Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:33:03.941Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.941Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_mzBtQB 0 is matching search criteria
2021-11-13T04:33:03.941Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_mzBtQB 0] matching following query criteria: sdcType=VF, customizationUUID=a564ceee-dd6b-4a0e-bda6-017ba1ebdb3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a0ccb4e8-cb94-4d81-9632-f37659eb1716: basic_onboard_mzBtQB
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.943Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:33:03.944Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_mzBtQB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:33:03.944Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_mzBtQB 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:33:04.028Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mzBtQB e3f8895c-b9d0-4895-870b-6c7c6bfcc9a2 1 ASDC deployResourceStructure
2021-11-13T04:33:04.028Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json ASDC sendASDCNotification
2021-11-13T04:33:04.028Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json
2021-11-13T04:33:04.028Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:33:04.029Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:04.030Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:04.030Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777984028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:04.130Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:33:04.131Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:04.131Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:04.141Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:04.141Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:05.030Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:33:05.031Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml
2021-11-13T04:33:05.031Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:33:05.031Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:05.033Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:05.033Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777985030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:05.134Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:33:05.134Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:05.135Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:05.148Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:05.148Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:06.034Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:33:06.035Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env
2021-11-13T04:33:06.035Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:33:06.035Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:06.037Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:06.037Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777986034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:06.137Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:33:06.138Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:06.138Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:06.151Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:06.152Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:33:07.038Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar ASDC sendASDCNotification
2021-11-13T04:33:07.038Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar
2021-11-13T04:33:07.038Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:33:07.039Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:33:07.041Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:33:07.041Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777987038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:33:07.141Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:33:07.142Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:33:07.142Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:33:07.153Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:07.153Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:33:08.041Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:08.051Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:08.053Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:33:08.054Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:33:08.054Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:33:38.054Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:38.063Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:33:38.065Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:33:38.065Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:33:38.065Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:33:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:33:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:33:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:33:46.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:33:46.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:33:46.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:33:46.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:34:08.066Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:08.076Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:08.078Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:34:08.078Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:34:08.078Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:34:38.079Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:38.088Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:34:38.090Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:34:38.090Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:34:38.090Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:34:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:34:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:34:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:34:46.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:34:46.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:34:46.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:46.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:34:46.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:34:46.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:34:46.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:08.090Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:08.103Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:08.105Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:35:08.106Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:35:08.106Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:35:38.106Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:38.118Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:35:38.120Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:35:38.120Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:35:38.120Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:35:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:35:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:35:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:35:47.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:35:47.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777969088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "dcae-sch",
  "timestamp": 1636777966645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777966910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777961816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777977458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777977461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777977459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777979798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777980398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777973751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636777980802,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.460Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.460Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:35:47.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777981627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777981814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777975243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777975551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "cds",
  "timestamp": 1636777982819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.474Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:35:47.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777982907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777983303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777983499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777984028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777984307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777984703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777984804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777985030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "policy-id",
  "timestamp": 1636777985310,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.490Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.490Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:35:47.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636777978851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "aai-ml",
  "timestamp": 1636777985707,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777986009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777986034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777987028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.517Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.517Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636777987038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636777988030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/basic_onboard_mzbtqb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/resourceInstances/basic_onboard_mzbtqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:35:47.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636777988352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636778006537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636778007551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMzbtqb/1.0/artifacts/service-BasicOnboardMzbtqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:35:47.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "clamp",
  "timestamp": 1636778008554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:35:47.529Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7af2b6c2-e7c2-414a-9434-d3f949f15754
2021-11-13T04:35:47.529Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af2b6c2-e7c2-414a-9434-d3f949f15754 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:36:08.121Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:08.133Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:36:08.136Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:36:08.137Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:36:08.141Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:36:38.142Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:36:38.147Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7af2b6c2-e7c2-414a-9434-d3f949f15754 and serviceModelVersionId: a0ccb4e8-cb94-4d81-9632-f37659eb1716
2021-11-13T04:36:38.148Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46ffea72-f7ae-4941-9bae-3eb031c70597
2021-11-13T04:36:38.149Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0
2021-11-13T04:36:38.153Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:36:38.190Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0|INFO|500||Invoke
2021-11-13T04:36:38.191Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7af2b6c2-e7c2-414a-9434-d3f949f15754], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[775ad9fd-2943-4ccd-b6bc-b1c7395a18a9], X-ECOMP-RequestID=[7af2b6c2-e7c2-414a-9434-d3f949f15754], X-TransactionId=[], X-ONAP-RequestID=[7af2b6c2-e7c2-414a-9434-d3f949f15754], Content-Type=[application/merge-patch+json]}
2021-11-13T04:36:38.217Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:36:38.441Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?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/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:36:38:224-50864], vertex-id=[163952], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:36:38 GMT], Content-Type=[application/json]}
2021-11-13T04:36:38.441Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:36:38.442Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46ffea72-f7ae-4941-9bae-3eb031c70597/model-vers/model-ver/a0ccb4e8-cb94-4d81-9632-f37659eb1716?depth=0|INFO|500||InvokeReturn
2021-11-13T04:36:38.442Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:36:38.443Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:36:38.447Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:36:38.447Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7af2b6c2-e7c2-414a-9434-d3f949f15754 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:36:38.447Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:36:38.447Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:36:38.449Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:36:38.449Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778198447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:36:38.550Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:36:38.550Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:36:38.551Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:36:38.564Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:36:38.565Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:36:39.461Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:36:39.461Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:36:39.462Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:36:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:36:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:36:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:36:47.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:36:47.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-13T04:36:47.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7af2b6c2-e7c2-414a-9434-d3f949f15754",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778198447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:36:47.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:36:49.939Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:36:49.940Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:36:49.940Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:36:49.940Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:36:59.480Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:36:59.480Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:36:59.481Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:36:59.481Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:37:09.017Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:09.018Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:37:09.018Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:37:09.019Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:37:18.558Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:46.910Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:37:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:37:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:37:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:37:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:37:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:37:56.450Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:37:56.451Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:38:46.910Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:38:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:38:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:38:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:38:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:38:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:38:56.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:38:56.457Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:46.910Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:39:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:39:46.911Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:39:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:39:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:39:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:39:47.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:47.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "dcae-sch",
  "timestamp": 1636778366645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "cds",
  "timestamp": 1636778363752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "dcae-sch",
  "timestamp": 1636778366645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "cds",
  "timestamp": 1636778363752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "cds",
  "timestamp": 1636778373059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "cds",
  "timestamp": 1636778374064,
  "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 (?, ?, ?, ?, ?)
2021-11-13T04:39:47.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
2021-11-13T04:39:47.142Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:47.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "policy-id",
  "timestamp": 1636778375243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778375551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "policy-id",
  "timestamp": 1636778375243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778375551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "policy-id",
  "timestamp": 1636778378054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "clamp",
  "timestamp": 1636778378352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "policy-id",
  "timestamp": 1636778379057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778378851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "clamp",
  "timestamp": 1636778378352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:47.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "policy-id",
  "timestamp": 1636778380061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:39:47.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
2021-11-13T04:39:47.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:39:47.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778378851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778381816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778381816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778384609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778386004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:47.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:39:47.536Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:47.537Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:39:47.537Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"13993ec2-0e17-4a46-bd59-b3c9add60568","serviceDescription":"service","serviceInvariantUUID":"17605b62-7ce8-4798-bb6b-638fc1095706","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aa2fc0db-04b6-41ca-a4a9-b8c18048af68","resourceInvariantUUID":"64020d8d-3d2e-498d-9da5-b2cfad2a706c","resourceCustomizationUUID":"57404cf1-570a-415a-8e33-057ccf429927","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":"MWNkNDI0ZDgxMTczZmUzNzdkN2QzOTcxYzQ0ZGQxMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ff8d3f8-5fb2-4432-a4a5-c548bf090073","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMjQzZmFjZjRiNWNhZWNlNjdkZGE4NGUyMjU3ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d42f2b55-79ea-4e5e-85fb-d7df12a42efd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:39:47.540Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:47.540Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:47.542Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:47.543Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:39:47.643Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:47.643Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:47.643Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:39:47.654Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:47.655Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:39:48.543Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:39:48.544Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:48.546Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:48.546Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:39:48.646Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:48.647Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:48.647Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:39:48.658Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:48.658Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:49.547Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "13993ec2-0e17-4a46-bd59-b3c9add60568",
  "serviceDescription": "service",
  "serviceInvariantUUID": "17605b62-7ce8-4798-bb6b-638fc1095706",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "57404cf1-570a-415a-8e33-057ccf429927",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "aa2fc0db-04b6-41ca-a4a9-b8c18048af68",
      "resourceInvariantUUID": "64020d8d-3d2e-498d-9da5-b2cfad2a706c",
      "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": "NTQxMjQzZmFjZjRiNWNhZWNlNjdkZGE4NGUyMjU3ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d42f2b55-79ea-4e5e-85fb-d7df12a42efd"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:39:49.548Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:39:49.548Z|7af2b6c2-e7c2-414a-9434-d3f949f15754|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13993ec2-0e17-4a46-bd59-b3c9add60568 ASDC
2021-11-13T04:39:49.548Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:13993ec2-0e17-4a46-bd59-b3c9add60568
ServiceInvariantUUID:17605b62-7ce8-4798-bb6b-638fc1095706
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:d42f2b55-79ea-4e5e-85fb-d7df12a42efd
ArtifactChecksum:NTQxMjQzZmFjZjRiNWNhZWNlNjdkZGE4NGUyMjU3ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:57404cf1-570a-415a-8e33-057ccf429927
ResourceInvariantUUID:64020d8d-3d2e-498d-9da5-b2cfad2a706c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aa2fc0db-04b6-41ca-a4a9-b8c18048af68
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-13T04:39:49.548Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13993ec2-0e17-4a46-bd59-b3c9add60568 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:39:49.576Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:39:49.577Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:49.577Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:49.577Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d42f2b55-79ea-4e5e-85fb-d7df12a42efd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:39:49.577Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:39:49.578Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:39:49.730Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:39:49.733Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d42f2b55-79ea-4e5e-85fb-d7df12a42efd 52488
2021-11-13T04:39:49.733Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:39:49.733Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:39:49.733Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:39:49.734Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:49.735Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:49.735Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778389733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:39:49.835Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:39:49.836Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:49.836Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:39:49.846Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:49.847Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:50.735Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:39:50.736Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:39:50.737Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d42f2b55-79ea-4e5e-85fb-d7df12a42efd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:50.737Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-13T04:39:50.737Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:50.737Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:50.817Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7811078479352538766/Definitions/service-BasicNetwork-template.yml
2021-11-13T04:39:51.203Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:39:51.203Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.204Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.205Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.206Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:13993ec2-0e17-4a46-bd59-b3c9add60568
Model Version:NULL
Model InvariantUuid:17605b62-7ce8-4798-bb6b-638fc1095706
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:64020d8d-3d2e-498d-9da5-b2cfad2a706c
Model UUID:f4f1f111-7aab-48b6-962c-6c53f92e8467
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:57404cf1-570a-415a-8e33-057ccf429927
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=?
2021-11-13T04:39:51.213Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: aa2fc0db-04b6-41ca-a4a9-b8c18048af68
2021-11-13T04:39:51.214Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||No resources found for Service: 13993ec2-0e17-4a46-bd59-b3c9add60568
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:39:51.218Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||
2021-11-13T04:39:51.218Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-13T04:39:51.219Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 13993ec2-0e17-4a46-bd59-b3c9add60568
2021-11-13T04:39:51.219Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13993ec2-0e17-4a46-bd59-b3c9add60568
2021-11-13T04:39:51.219Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-13T04:39:51.219Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||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=?
2021-11-13T04:39:51.225Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de8b30d, org.onap.sdc.toscaparser.api.parameters.Input@404cceb, org.onap.sdc.toscaparser.api.parameters.Input@92b5679, org.onap.sdc.toscaparser.api.parameters.Input@1521fb2d, org.onap.sdc.toscaparser.api.parameters.Input@6d29425f]
2021-11-13T04:39:51.226Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.226Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.227Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.227Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.227Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13993ec2-0e17-4a46-bd59-b3c9add60568: Generic NeutronNet
2021-11-13T04:39:51.227Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.227Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.228Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.228Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||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=?
2021-11-13T04:39:51.250Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.250Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.251Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.251Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.251Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:39:51.251Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:39:51.251Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||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 (?, ?)
2021-11-13T04:39:51.308Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-13T04:39:51.308Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-13T04:39:51.308Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-13T04:39:51.308Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:39:51.309Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:39:51.310Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:39:51.310Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778391308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:39:51.411Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:39:51.412Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:39:51.412Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:39:51.422Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:39:51.422Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:39:52.311Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:52.323Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:39:52.325Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:39:52.325Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:39:52.325Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:40:22.325Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:40:22.335Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:40:22.337Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:40:22.338Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:40:22.338Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:40:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:40:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:40:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:40:46.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:40:46.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:40:46.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778387007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:40:46.946Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
2021-11-13T04:40:46.946Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:40:52.338Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:40:52.348Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:40:52.354Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:40:52.354Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:40:52.354Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:41:22.354Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:41:22.365Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:41:22.368Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:41:22.368Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:41:22.368Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:41:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:41:46.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:41:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:41:46.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:41:46.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778386910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:41:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "aai-ml",
  "timestamp": 1636778389088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778389733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "aai-ml",
  "timestamp": 1636778389088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:41:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778391308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "clamp",
  "timestamp": 1636778391592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "aai-ml",
  "timestamp": 1636778391774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "clamp",
  "timestamp": 1636778394594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "aai-ml",
  "timestamp": 1636778395143,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "clamp",
  "timestamp": 1636778395598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:41:46.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
2021-11-13T04:41:46.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:41:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "aai-ml",
  "timestamp": 1636778396147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:41:46.964Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
2021-11-13T04:41:46.964Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:41:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:41:46.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:41:52.368Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:41:52.379Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.382Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.383Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.383Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.383Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:41:52.383Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:41:52.387Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:42:22.388Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:42:22.394Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and serviceModelVersionId: 13993ec2-0e17-4a46-bd59-b3c9add60568
2021-11-13T04:42:22.394Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17605b62-7ce8-4798-bb6b-638fc1095706
2021-11-13T04:42:22.395Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0
2021-11-13T04:42:22.401Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:42:22.434Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:42:22.434Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0|INFO|500||Invoke
2021-11-13T04:42:22.454Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:42:23.315Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0|INFO|500||InvokeReturn
2021-11-13T04:42:23.316Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17605b62-7ce8-4798-bb6b-638fc1095706/model-vers/model-ver/13993ec2-0e17-4a46-bd59-b3c9add60568?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:42:22:461-89774], vertex-id=[217232], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:42:22 GMT], Content-Type=[application/json]}
2021-11-13T04:42:23.316Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:42:23.316Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:42:23.316Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:42:23.322Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:42:23.322Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:42:23.322Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:42:23.322Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:23.324Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:23.324Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778543322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:42:23.425Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:23.426Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:23.426Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:23.439Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:23.440Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:42:24.335Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:42:24.335Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:42:24.335Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:42:29.619Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:29.620Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:42:29.620Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c9cdefa-a48f-4a48-b195-cbe4b46b2810","serviceName":"Demo_pNF_NF04P6sx6oXKamZSpVtd","serviceVersion":"1.0","serviceUUID":"2ef77278-f5cf-44ba-9cd2-7c2b2aedd647","serviceDescription":"catalog service description","serviceInvariantUUID":"e94da933-3318-455d-9fd5-6b1a99fd9386","resources":[{"resourceInstanceName":"pNF ad5a44b5-2718 0","resourceName":"pNF ad5a44b5-2718","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf","resourceInvariantUUID":"a09fc2bc-44fb-4f15-8d36-eff98560ec16","resourceCustomizationUUID":"644cd68e-3ab2-45df-ac85-6201e8af046b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml","artifactChecksum":"ZWIxYTQ0ODk3Yjc1NjkzYjA0Mjg4OTNkYmU2YmUxM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b865f9ee-1c4d-479b-9dfd-148f3b98901c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar","artifactChecksum":"NjU3NmZlZWFkYmExMTVjNzJjMjllYzJiODQwYWZiYWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea9f98ee-d559-4f29-a9b7-89bca8b94c83","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32abb7f2-7628-4082-93a3-f229aa85fbe0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml","artifactChecksum":"MmJhNjBiZWJkYzE4ZDUwZjQzYzA4N2NkNDk3OWNlZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8dd3d8c9-bfd5-4d11-85d1-1b194c42933d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc9bb7c2-2253-4217-964f-052708606e82","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c166f9c1-3a00-4d76-953e-43e1ddca3f52","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml","artifactChecksum":"ZmE3NTAwNjJjOWNmMTk0NzUyNzlmY2QxZjgxNzE3ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e99c1aa4-d7e6-477a-b917-bfc9e02dffaf","artifactVersion":"1"},{"artifactName":"service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar","artifactChecksum":"MzcxMTE0MzkwYmJiNGQ3ZDIyNzcxMzFhMWY3YzkxZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:42:29.623Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:29.623Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:29.625Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:29.625Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:29.726Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:42:29.726Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:29.726Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:29.736Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:29.736Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:30.626Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:30.627Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:30.628Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:30.628Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:30.728Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:30.729Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:30.729Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:30.740Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:30.741Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:31.629Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:31.630Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:31.631Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:31.631Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:31.732Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:42:31.732Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:31.733Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:31.742Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:31.743Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:32.632Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:32.632Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:32.635Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:32.635Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:32.735Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:32.736Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:32.736Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:32.746Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:32.746Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:33.636Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:33.637Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:33.638Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:33.638Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:33.739Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:42:33.739Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:33.739Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:33.750Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:33.750Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:34.639Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:34.640Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:34.642Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:34.642Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:34.742Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:34.743Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:34.743Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:34.756Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:34.757Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:35.642Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:35.643Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:35.646Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:35.646Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:35.746Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:35.747Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:35.747Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:35.757Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:35.758Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:36.646Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:42:36.647Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:36.650Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:36.650Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:42:36.750Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:36.751Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:36.751Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:36.762Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:36.762Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:37.651Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "serviceName": "Demo_pNF_NF04P6sx6oXKamZSpVtd",
  "serviceVersion": "1.0",
  "serviceUUID": "2ef77278-f5cf-44ba-9cd2-7c2b2aedd647",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e94da933-3318-455d-9fd5-6b1a99fd9386",
  "resources": [
    {
      "resourceInstanceName": "pNF ad5a44b5-2718 0",
      "resourceCustomizationUUID": "644cd68e-3ab2-45df-ac85-6201e8af046b",
      "resourceName": "pNF ad5a44b5-2718",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf",
      "resourceInvariantUUID": "a09fc2bc-44fb-4f15-8d36-eff98560ec16",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
      "artifactChecksum": "MzcxMTE0MzkwYmJiNGQ3ZDIyNzcxMzFhMWY3YzkxZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:42:37.652Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:42:37.652Z|521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647 ASDC
2021-11-13T04:42:37.652Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4c9cdefa-a48f-4a48-b195-cbe4b46b2810
ServiceName:Demo_pNF_NF04P6sx6oXKamZSpVtd
ServiceVersion:1.0
ServiceUUID:2ef77278-f5cf-44ba-9cd2-7c2b2aedd647
ServiceInvariantUUID:e94da933-3318-455d-9fd5-6b1a99fd9386
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
ArtifactUUID:5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe
ArtifactChecksum:MzcxMTE0MzkwYmJiNGQ3ZDIyNzcxMzFhMWY3YzkxZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ad5a44b5-2718 0
ResourceCustomizationUUID:644cd68e-3ab2-45df-ac85-6201e8af046b
ResourceInvariantUUID:a09fc2bc-44fb-4f15-8d36-eff98560ec16
ResourceName:pNF ad5a44b5-2718
ResourceType:PNF
ResourceUUID:07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-13T04:42:37.652Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:42:37.675Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:42:37.676Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:42:37.676Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:42:37.676Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe from URL: /sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:37.676Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:42:37.676Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:37.770Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:42:37.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar 5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe 82628
2021-11-13T04:42:37.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar ASDC sendASDCNotification
2021-11-13T04:42:37.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:37.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:42:37.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:37.777Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:37.777Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778557775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:42:37.878Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:42:37.878Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:37.879Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:37.889Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:37.890Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:42:38.778Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:42:38.779Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:42:38.779Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5aa79ecf-8d1f-4c1a-9da1-60a029f44dbe, URL: /sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar to file: /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:38.780Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:38.780Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:38.780Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:38.873Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10667442594988914867/Definitions/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml
2021-11-13T04:42:39.435Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ad5a44b5-2718 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.436Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Node template pNF ad5a44b5-2718 0 is matching search criteria
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ad5a44b5-2718 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Node template pNF ad5a44b5-2718 0 is matching search criteria
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ad5a44b5-2718 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.437Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.438Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NF04P6sx6oXKamZSpVtd
Description:catalog service description
Model UUID:2ef77278-f5cf-44ba-9cd2-7c2b2aedd647
Model Version:NULL
Model InvariantUuid:e94da933-3318-455d-9fd5-6b1a99fd9386
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:42:39.445Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:42:39.449Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||pNF ad5a44b5-2718 0
2021-11-13T04:42:39.449Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf
2021-11-13T04:42:39.449Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647
2021-11-13T04:42:39.449Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647
2021-11-13T04:42:39.449Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ad5a44b5-2718 0 07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ece6c78, org.onap.sdc.toscaparser.api.parameters.Input@74bb4764, org.onap.sdc.toscaparser.api.parameters.Input@7b97ad2b, org.onap.sdc.toscaparser.api.parameters.Input@1a6a56cd, org.onap.sdc.toscaparser.api.parameters.Input@67ba5454]
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647: pNF ad5a44b5-2718
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Processing PNF resource: 07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_NF04P6sx6oXKamZSpVtd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:42:39.455Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||Resource customization UUID: 644cd68e-3ab2-45df-ac85-6201e8af046b is the same as notified resource customizationUUID: 644cd68e-3ab2-45df-ac85-6201e8af046b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-13T04:42:39.503Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ad5a44b5-2718 07bd98bf-a8bd-4e67-9c18-a9ecfbbf41bf 0 ASDC deployResourceStructure
2021-11-13T04:42:39.503Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar ASDC sendASDCNotification
2021-11-13T04:42:39.504Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar
2021-11-13T04:42:39.504Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:42:39.504Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:42:39.506Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:42:39.506Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778559503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:42:39.607Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:42:39.607Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:42:39.608Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:42:39.618Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:39.618Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:42:40.507Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:42:40.517Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:42:40.519Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:42:40.519Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:42:40.520Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:42:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:42:46.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:42:46.914Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:42:46.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:42:46.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:42:46.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:42:46.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:10.520Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:43:10.528Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:43:10.530Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:43:10.530Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:43:10.530Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:43:40.530Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:43:40.539Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:43:40.541Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:43:40.541Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:43:40.541Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:43:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:43:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:43:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:43:46.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:43:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778435551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778438851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778441816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778438752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778438352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778435243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778452955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778452961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778452960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778452951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:46.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "cds",
  "timestamp": 1636778453967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:46.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:46.962Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:43:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778453955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:43:46.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778454159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "dcae-sch",
  "timestamp": 1636778446645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778454615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "policy-id",
  "timestamp": 1636778454958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:46.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:46.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:43:46.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778455162,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:46.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:46.987Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:43:46.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:46.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778455617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:46.998Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:46.998Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:43:47.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:43:47.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:47.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778456602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778449088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778457947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778458608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "clamp",
  "timestamp": 1636778459610,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:47.010Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:47.010Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:43:47.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778462532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:43:47.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:43:47.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:43:47.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "aai-ml",
  "timestamp": 1636778463535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:43:47.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
2021-11-13T04:43:47.022Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:44:10.542Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:44:10.550Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:44:10.552Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:44:10.552Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:44:10.552Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:44:10.552Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:44:10.553Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:44:10.558Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:44:40.559Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:44:40.564Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and serviceModelVersionId: 2ef77278-f5cf-44ba-9cd2-7c2b2aedd647
2021-11-13T04:44:40.564Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e94da933-3318-455d-9fd5-6b1a99fd9386
2021-11-13T04:44:40.565Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0
2021-11-13T04:44:40.571Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:44:40.604Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0|INFO|500||Invoke
2021-11-13T04:44:40.605Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c9cdefa-a48f-4a48-b195-cbe4b46b2810], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f242146b-1e60-44a6-a358-3587dfa041cf], X-ECOMP-RequestID=[4c9cdefa-a48f-4a48-b195-cbe4b46b2810], X-TransactionId=[], X-ONAP-RequestID=[4c9cdefa-a48f-4a48-b195-cbe4b46b2810], Content-Type=[application/merge-patch+json]}
2021-11-13T04:44:40.625Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:44:41.029Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?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/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:44:40:632-25084], vertex-id=[204920], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:44:40 GMT], Content-Type=[application/json]}
2021-11-13T04:44:41.029Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:44:41.030Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e94da933-3318-455d-9fd5-6b1a99fd9386/model-vers/model-ver/2ef77278-f5cf-44ba-9cd2-7c2b2aedd647?depth=0|INFO|500||InvokeReturn
2021-11-13T04:44:41.030Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:44:41.030Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:44:41.035Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:44:41.035Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c9cdefa-a48f-4a48-b195-cbe4b46b2810 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:44:41.035Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:44:41.036Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:41.037Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:41.037Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778681035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:44:41.138Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:44:41.140Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:41.140Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:41.155Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:41.155Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:44:42.048Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:44:42.048Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:44:42.049Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:44:46.766Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:46.767Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.767Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5b5124b-c318-4dae-b783-87f0f6286660","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d60ace0d-d25a-426f-acb4-147132c4cc59","serviceDescription":"service","serviceInvariantUUID":"1a83b837-8bad-42cf-9552-06dd75dd9326","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4","resourceInvariantUUID":"5eb6f4a0-6bde-46c8-a107-6b8d6c356463","resourceCustomizationUUID":"cc374fe4-ccc3-4672-9d3c-33b98f8513e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3451edba-2d75-4a6b-a570-ea40c0cff8d9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YzZjMjhmYmJiNDVhY2UyODcxOGM4MzBiNDJmODBiYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7c08962-2c36-430e-9e3f-240629368054","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YjQxNjM3MDk1Nzg3MWQxNjc1NjQ2OTBjMDc2NmI4YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d43c9e70-81d6-4add-8309-deda3865731f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"865bd770-bab7-4e91-ac1d-00f55dbd4349","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3fb8885b-4aad-4d63-8422-731443408a7f","artifactVersion":"2","generatedFromUUID":"86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTM2ZTdjMTZhNmE2M2Q2MzliZGQ4NjkzMDM4MmIyYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a83686ba-537d-43b4-ad92-75112ddb0f2f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NjRkYzNmZmUxMzk4NThlOTVkYjkwM2IzYjkyYjdkMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f146a207-27f1-4704-8c8f-8904325e4bec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:44:46.771Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:46.771Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:46.773Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:46.773Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.874Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:44:46.875Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:46.875Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:46.885Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:46.885Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:44:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:44:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:44:46.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:46.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "521cd4e5-7b81-459b-9ab0-28d2c1c3ac7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778543322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:44:46.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:44:46.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/resourceInstances/pnfad5a44b527180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778544335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778557775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:44:46.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:44:46.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:44:46.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778559503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNf04p6sx6oxkamzspvtd/1.0/artifacts/service-DemoPnfNf04p6sx6oxkamzspvtd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:44:46.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:44:47.774Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:47.775Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:47.777Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:47.777Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:47.878Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:44:47.878Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:47.878Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:47.888Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:47.889Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:48.778Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:48.779Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:48.781Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:48.781Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:44:48.882Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:44:48.883Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:48.883Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:48.894Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:48.894Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:49.782Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:49.783Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:49.786Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:49.786Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:44:49.886Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:49.887Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:49.887Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:49.897Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:49.897Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:50.786Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:50.787Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:50.789Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:50.790Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:50.889Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:44:50.890Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:50.890Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:50.899Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:50.899Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:51.790Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:51.792Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:51.794Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:51.794Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:44:51.894Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:51.895Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:51.895Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:51.905Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:51.906Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:52.794Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:52.796Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:52.798Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:52.798Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:44:52.898Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:52.899Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:52.899Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:52.909Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:52.910Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:53.799Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:44:53.799Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:53.803Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:53.803Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:44:53.903Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:53.904Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:53.904Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:53.914Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:53.915Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:54.804Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "d60ace0d-d25a-426f-acb4-147132c4cc59",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a83b837-8bad-42cf-9552-06dd75dd9326",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "cc374fe4-ccc3-4672-9d3c-33b98f8513e9",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4",
      "resourceInvariantUUID": "5eb6f4a0-6bde-46c8-a107-6b8d6c356463",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YjQxNjM3MDk1Nzg3MWQxNjc1NjQ2OTBjMDc2NmI4YWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d43c9e70-81d6-4add-8309-deda3865731f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3fb8885b-4aad-4d63-8422-731443408a7f",
            "generatedFromUUID": "86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3fb8885b-4aad-4d63-8422-731443408a7f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NjRkYzNmZmUxMzk4NThlOTVkYjkwM2IzYjkyYjdkMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f146a207-27f1-4704-8c8f-8904325e4bec"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:44:54.804Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:44:54.805Z|4c9cdefa-a48f-4a48-b195-cbe4b46b2810|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d60ace0d-d25a-426f-acb4-147132c4cc59 ASDC
2021-11-13T04:44:54.805Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f5b5124b-c318-4dae-b783-87f0f6286660
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d60ace0d-d25a-426f-acb4-147132c4cc59
ServiceInvariantUUID:1a83b837-8bad-42cf-9552-06dd75dd9326
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:f146a207-27f1-4704-8c8f-8904325e4bec
ArtifactChecksum:NjRkYzNmZmUxMzk4NThlOTVkYjkwM2IzYjkyYjdkMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:cc374fe4-ccc3-4672-9d3c-33b98f8513e9
ResourceInvariantUUID:5eb6f4a0-6bde-46c8-a107-6b8d6c356463
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d43c9e70-81d6-4add-8309-deda3865731f
ArtifactChecksum:YjQxNjM3MDk1Nzg3MWQxNjc1NjQ2OTBjMDc2NmI4YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fb8885b-4aad-4d63-8422-731443408a7f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3fb8885b-4aad-4d63-8422-731443408a7f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:44:54.805Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d60ace0d-d25a-426f-acb4-147132c4cc59 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:44:54.829Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:44:54.830Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:44:54.830Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:44:54.831Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f146a207-27f1-4704-8c8f-8904325e4bec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:44:54.831Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:44:54.831Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:44:55.062Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:44:55.069Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f146a207-27f1-4704-8c8f-8904325e4bec 73652
2021-11-13T04:44:55.069Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-13T04:44:55.070Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:44:55.070Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:44:55.070Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:55.072Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:55.072Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778695069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:44:55.172Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:55.173Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:55.173Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:55.181Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:55.182Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:44:56.072Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:44:56.073Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:44:56.073Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f146a207-27f1-4704-8c8f-8904325e4bec, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.073Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-13T04:44:56.074Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.074Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.154Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1831331941079663800/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:44:56.994Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.995Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:44:56.996Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.997Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:44:56.998Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:44:56.999Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.999Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:44:56.999Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:56.999Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:44:56.999Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:44:57.000Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf99502c-00d6-4058-8875-247abe26118b
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.001Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:57.002Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.002Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:57.002Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:44:57.002Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:44:57.002Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d60ace0d-d25a-426f-acb4-147132c4cc59
Model Version:NULL
Model InvariantUuid:1a83b837-8bad-42cf-9552-06dd75dd9326
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ac9b9e69-1d07-478c-9071-c762c087483c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5eb6f4a0-6bde-46c8-a107-6b8d6c356463
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cc374fe4-ccc3-4672-9d3c-33b98f8513e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3664d0d8-0888-48d1-9cce-abeb96f4add9
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:db2450ad-5eef-4b93-966d-740f8122296f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf99502c-00d6-4058-8875-247abe26118b
ModelInvariantUuid:ba150cf0-2d7e-46d1-9da6-490fa94a9c42
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d89c27d0-2909-4919-a407-f4649bc569ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8fd4f4da-22ef-4851-b0ac-8eb57199ab2e
ModelInvariantUuid:3afb0e59-8958-422f-8cb0-ff7f12f25cfc
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:a268f754-9978-4892-bb3e-7bc4fc82eb35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:44:57.007Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:44:57.009Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-11-13T04:44:57.010Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4
2021-11-13T04:44:57.010Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d43c9e70-81d6-4add-8309-deda3865731f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:44:57.010Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:44:57.010Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:44:57.182Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:44:57.182Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d43c9e70-81d6-4add-8309-deda3865731f 790
2021-11-13T04:44:57.182Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-13T04:44:57.183Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:44:57.183Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:44:57.183Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:57.184Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:57.185Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778697182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:44:57.285Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:57.286Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:57.286Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:57.296Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:57.296Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:44:58.185Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3664d0d8-0888-48d1-9cce-abeb96f4add9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db2450ad-5eef-4b93-966d-740f8122296f",
    "vfModuleModelCustomizationUUID": "e8490426-470b-4da6-b292-e0aa7e8d596c",
    "isBase": true,
    "artifacts": [
      "86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed",
      "3fb8885b-4aad-4d63-8422-731443408a7f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:44:58.189Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db2450ad-5eef-4b93-966d-740f8122296f
VfModuleModelInvariantUUID:3664d0d8-0888-48d1-9cce-abeb96f4add9
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed
,
3fb8885b-4aad-4d63-8422-731443408a7f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:44:58.192Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3664d0d8-0888-48d1-9cce-abeb96f4add9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db2450ad-5eef-4b93-966d-740f8122296f",
    "vfModuleModelCustomizationUUID": "e8490426-470b-4da6-b292-e0aa7e8d596c",
    "isBase": true,
    "artifacts": [
      "86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed",
      "3fb8885b-4aad-4d63-8422-731443408a7f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:44:58.192Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db2450ad-5eef-4b93-966d-740f8122296f
VfModuleModelInvariantUUID:3664d0d8-0888-48d1-9cce-abeb96f4add9
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed
,
3fb8885b-4aad-4d63-8422-731443408a7f

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:44:58.192Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:44:58.193Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:44:58.193Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:44:58.240Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:44:58.241Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 86ab98ef-a10e-4f42-9c92-7a6b25c6c6ed 5033
2021-11-13T04:44:58.241Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:44:58.242Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:44:58.242Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:44:58.242Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:58.244Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:58.244Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778698241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:44:58.344Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:58.344Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:58.345Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:58.355Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:58.355Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:44:59.244Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3fb8885b-4aad-4d63-8422-731443408a7f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:44:59.245Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:44:59.245Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:44:59.360Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:44:59.361Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3fb8885b-4aad-4d63-8422-731443408a7f 909
2021-11-13T04:44:59.361Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:44:59.361Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:44:59.361Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:44:59.361Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:44:59.363Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:44:59.363Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778699361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:44:59.463Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:44:59.464Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:44:59.464Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:44:59.475Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:44:59.475Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:45:00.364Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d60ace0d-d25a-426f-acb4-147132c4cc59
2021-11-13T04:45:00.365Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:45:00.380Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3866cabc, org.onap.sdc.toscaparser.api.parameters.Input@5d21a626, org.onap.sdc.toscaparser.api.parameters.Input@8891427, org.onap.sdc.toscaparser.api.parameters.Input@6a497c2d, org.onap.sdc.toscaparser.api.parameters.Input@647478f2]
2021-11-13T04:45:00.381Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.381Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.382Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:45:00.382Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cc374fe4-ccc3-4672-9d3c-33b98f8513e9
2021-11-13T04:45:00.382Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc374fe4-ccc3-4672-9d3c-33b98f8513e9 matches Tosca VF Customization UUID: cc374fe4-ccc3-4672-9d3c-33b98f8513e9
2021-11-13T04:45:00.382Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cc374fe4-ccc3-4672-9d3c-33b98f8513e9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:45:00.384Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.384Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.384Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cc374fe4-ccc3-4672-9d3c-33b98f8513e9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-13T04:45:00.384Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55d542e3
2021-11-13T04:45:00.385Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.385Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:45:00.385Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8490426-470b-4da6-b292-e0aa7e8d596c
2021-11-13T04:45:00.385Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8490426-470b-4da6-b292-e0aa7e8d596c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:45:00.387Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.387Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:45:00.387Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-13T04:45:00.388Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-13T04:45:00.389Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-13T04:45:00.389Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf99502c-00d6-4058-8875-247abe26118b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-13T04:45:00.391Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=cc374fe4-ccc3-4672-9d3c-33b98f8513e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:45:00.393Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.393Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d60ace0d-d25a-426f-acb4-147132c4cc59: basicclamp
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.394Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.395Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:45:00.395Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:45:00.395Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:45:00.475Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d2cbc2cf-0ef6-4c74-9f89-ec54821cb1c4 1 ASDC deployResourceStructure
2021-11-13T04:45:00.476Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-13T04:45:00.476Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-13T04:45:00.476Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:45:00.476Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:45:00.478Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:45:00.478Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778700476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:45:00.578Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:45:00.579Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:45:00.579Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:45:00.589Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:00.590Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:45:01.479Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-13T04:45:01.480Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-13T04:45:01.480Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:45:01.480Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:45:01.482Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:45:01.482Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778701479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:45:01.582Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:45:01.583Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:45:01.583Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:45:01.595Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:01.595Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:45:02.483Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-13T04:45:02.484Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-13T04:45:02.484Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:45:02.484Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:45:02.486Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:45:02.486Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778702483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:45:02.586Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:45:02.587Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:45:02.587Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:45:02.597Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:02.597Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:45:03.487Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-13T04:45:03.488Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-13T04:45:03.488Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:45:03.489Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:45:03.491Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:45:03.491Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778703487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:45:03.591Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:45:03.592Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:45:03.592Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:45:03.602Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:03.602Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:45:04.491Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:45:04.500Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:45:04.502Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:45:04.502Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:45:04.502Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:45:34.503Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:45:34.511Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:45:34.513Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:45:34.513Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:45:34.513Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:45:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:45:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:45:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:45:46.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:45:46.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778615551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778606645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778615243,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778624807,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778624818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:45:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778625624,
  "artifactURL": "/sdc/v1/catalog/services/d60ace0d-d25a-426f-acb4-147132c4cc59/resourceInstances/basicclamp0/artifacts/3451edba-2d75-4a6b-a570-ea40c0cff8d9",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778625822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778618352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778626100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778618751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:45:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778618851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:45:46.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:04.513Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:46:04.521Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:46:04.523Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:46:04.523Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:46:04.523Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:46:34.523Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:46:34.532Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:46:34.534Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:46:34.534Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:46:34.534Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:46:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:46:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:46:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:46:46.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:46:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778626842,
  "artifactURL": "/sdc/v1/catalog/services/d60ace0d-d25a-426f-acb4-147132c4cc59/resourceInstances/basicclamp0/artifacts/3451edba-2d75-4a6b-a570-ea40c0cff8d9",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:46.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "policy-id",
  "timestamp": 1636778626825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:46.943Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:46.944Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778627408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778627730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:46.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "dcae-sch",
  "timestamp": 1636778627846,
  "artifactURL": "/sdc/v1/catalog/services/d60ace0d-d25a-426f-acb4-147132c4cc59/resourceInstances/basicclamp0/artifacts/3451edba-2d75-4a6b-a570-ea40c0cff8d9",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:46.960Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:46.960Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:46.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778628428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:46.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:46.973Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:46:46.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "cds",
  "timestamp": 1636778628735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:46.985Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:46.985Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:46.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778629431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778621816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778629625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778630554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778630628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778632577,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:46.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:46.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:46.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778633580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:47.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:47.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:47.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:47.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:47.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778634736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778635738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778629088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "clamp",
  "timestamp": 1636778636741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:47.028Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:47.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:47.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778637943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778645102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "aai-ml",
  "timestamp": 1636778646105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:46:47.043Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5b5124b-c318-4dae-b783-87f0f6286660
2021-11-13T04:46:47.043Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5b5124b-c318-4dae-b783-87f0f6286660 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:46:47.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c9cdefa-a48f-4a48-b195-cbe4b46b2810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778681035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:46:47.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:46:47.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:46:47.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:46:47.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:04.534Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:47:04.545Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.548Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.549Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.549Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.549Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.549Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:47:04.549Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:47:04.554Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:47:34.554Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5b5124b-c318-4dae-b783-87f0f6286660 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:47:34.562Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5b5124b-c318-4dae-b783-87f0f6286660 and serviceModelVersionId: d60ace0d-d25a-426f-acb4-147132c4cc59
2021-11-13T04:47:34.562Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a83b837-8bad-42cf-9552-06dd75dd9326
2021-11-13T04:47:34.563Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0
2021-11-13T04:47:34.568Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:47:34.600Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0|INFO|500||Invoke
2021-11-13T04:47:34.601Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5b5124b-c318-4dae-b783-87f0f6286660], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90014479-eaed-4efd-a9cc-763e2560749b], X-ECOMP-RequestID=[f5b5124b-c318-4dae-b783-87f0f6286660], X-TransactionId=[], X-ONAP-RequestID=[f5b5124b-c318-4dae-b783-87f0f6286660], Content-Type=[application/merge-patch+json]}
2021-11-13T04:47:34.621Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:47:34.766Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?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/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:47:34:627-56870], vertex-id=[237712], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:47:34 GMT], Content-Type=[application/json]}
2021-11-13T04:47:34.767Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:47:34.767Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a83b837-8bad-42cf-9552-06dd75dd9326/model-vers/model-ver/d60ace0d-d25a-426f-acb4-147132c4cc59?depth=0|INFO|500||InvokeReturn
2021-11-13T04:47:34.767Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:47:34.767Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:47:34.771Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:47:34.771Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5b5124b-c318-4dae-b783-87f0f6286660 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:47:34.772Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:47:34.772Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:34.773Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:34.773Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778854771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:47:34.873Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:34.874Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:34.874Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:34.886Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:34.887Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:47:35.789Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:47:35.789Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:47:35.790Z|f5b5124b-c318-4dae-b783-87f0f6286660|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:47:40.616Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:40.617Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:47:40.617Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d12692c-046c-48ed-998d-c658c398aa8c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4e0fc132-720b-4dc4-939a-7bc0a7453ea4","serviceDescription":"service","serviceInvariantUUID":"c6034a73-ffec-4a87-9280-90d2df6beeb4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d45ae747-f3b7-40e8-a6b0-9fa6a36057b8","resourceInvariantUUID":"8b6a76c6-04f9-436c-8419-2028067afe42","resourceCustomizationUUID":"45ce4802-e5c6-4d7c-9512-d41411f33e92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM3OWE2OWUwMTUwNTE5NjZhNWRhYzM5NWZmZmY2NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e38a26c3-3992-4550-9cde-430dcc6de7ea","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39f08348-aeba-4002-8e69-3b1caa8c1f8b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc80bf9c-8e3c-4066-882f-530c712e368f","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YmYzZmVlZGI4ZDcyOGNhZmJkN2UzYTNiNzdiMjFhMTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"343e7147-aa86-478a-b70a-83b024aa4d45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66d5a6c1-6f76-4904-aa03-996633624ebf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c8ec5b2-29b0-4f05-85a4-cf5e7300c4dc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0263f688-2e77-43b9-b03d-33677c660dba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YjdiMmVhMjQxMTg3NGJmNGNmYjZmMWRmZmU4OTc5MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"202222f2-54b6-4a41-bc2e-7fa44e5f304a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODY5NDAyNmUyMDkyN2YwMjQzMDc0NmFlMzUwNmI0ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46f61a49-3a70-4c2b-9d18-b85dd3023850","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:47:40.619Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:40.619Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:40.621Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:40.621Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:40.721Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:40.722Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:40.722Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:40.734Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:40.734Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:41.621Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:41.622Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:41.623Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:41.623Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:41.724Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:47:41.724Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:41.724Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:41.735Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:41.736Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:47:42.624Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:42.625Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:42.627Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:42.627Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:42.728Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:42.728Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:42.728Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:42.740Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:42.740Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:43.627Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:43.628Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:43.630Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:43.630Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:43.730Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:43.731Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:43.731Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:43.741Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:43.742Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:44.630Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:44.631Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:44.632Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:44.632Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:44.733Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:47:44.734Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:44.734Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:44.744Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:44.744Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:47:45.633Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:45.633Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:45.635Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:45.636Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:45.736Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:45.736Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:45.736Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:45.747Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:45.747Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:46.636Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:46.637Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:46.639Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:46.639Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:46.739Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:47:46.740Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:46.740Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:46.752Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:46.753Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:47:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:47:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:47:46.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:46.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778682048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778695069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:47:46.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778697182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778698241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778699361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778700476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:47:46.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778701479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778702483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778703487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:47:46.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:47:47.640Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:47.641Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:47.643Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:47.643Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:47:47.743Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:47.744Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:47.744Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:47.754Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:47.755Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:48.643Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:47:48.644Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:48.646Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:48.646Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:47:48.747Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:47:48.747Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:48.747Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:48.758Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:48.759Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:49.647Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4e0fc132-720b-4dc4-939a-7bc0a7453ea4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c6034a73-ffec-4a87-9280-90d2df6beeb4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "45ce4802-e5c6-4d7c-9512-d41411f33e92",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d45ae747-f3b7-40e8-a6b0-9fa6a36057b8",
      "resourceInvariantUUID": "8b6a76c6-04f9-436c-8419-2028067afe42",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ODY5NDAyNmUyMDkyN2YwMjQzMDc0NmFlMzUwNmI0ODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46f61a49-3a70-4c2b-9d18-b85dd3023850"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:47:49.647Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:47:49.648Z|f5b5124b-c318-4dae-b783-87f0f6286660|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e0fc132-720b-4dc4-939a-7bc0a7453ea4 ASDC
2021-11-13T04:47:49.648Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3d12692c-046c-48ed-998d-c658c398aa8c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4e0fc132-720b-4dc4-939a-7bc0a7453ea4
ServiceInvariantUUID:c6034a73-ffec-4a87-9280-90d2df6beeb4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:46f61a49-3a70-4c2b-9d18-b85dd3023850
ArtifactChecksum:ODY5NDAyNmUyMDkyN2YwMjQzMDc0NmFlMzUwNmI0ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:45ce4802-e5c6-4d7c-9512-d41411f33e92
ResourceInvariantUUID:8b6a76c6-04f9-436c-8419-2028067afe42
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d45ae747-f3b7-40e8-a6b0-9fa6a36057b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-13T04:47:49.648Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e0fc132-720b-4dc4-939a-7bc0a7453ea4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:47:49.681Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:47:49.682Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:47:49.683Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:47:49.683Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46f61a49-3a70-4c2b-9d18-b85dd3023850 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:47:49.683Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:47:49.683Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:47:50.201Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:47:50.211Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 46f61a49-3a70-4c2b-9d18-b85dd3023850 105644
2021-11-13T04:47:50.211Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:47:50.211Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:47:50.211Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:47:50.211Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:50.212Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:50.213Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778870211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:47:50.313Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:50.314Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:50.314Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:50.324Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:50.326Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:51.213Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:47:51.214Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:47:51.214Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 46f61a49-3a70-4c2b-9d18-b85dd3023850, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.214Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.215Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.215Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.289Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6259965483782471556/Definitions/service-TestPnfMacro-template.yml
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.844Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:47:51.845Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.846Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4e0fc132-720b-4dc4-939a-7bc0a7453ea4
Model Version:NULL
Model InvariantUuid:c6034a73-ffec-4a87-9280-90d2df6beeb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:47:51.852Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d45ae747-f3b7-40e8-a6b0-9fa6a36057b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:47:51.855Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-11-13T04:47:51.855Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d45ae747-f3b7-40e8-a6b0-9fa6a36057b8
2021-11-13T04:47:51.855Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4e0fc132-720b-4dc4-939a-7bc0a7453ea4
2021-11-13T04:47:51.855Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4e0fc132-720b-4dc4-939a-7bc0a7453ea4
2021-11-13T04:47:51.855Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d45ae747-f3b7-40e8-a6b0-9fa6a36057b8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c4c15, org.onap.sdc.toscaparser.api.parameters.Input@128d5063, org.onap.sdc.toscaparser.api.parameters.Input@4bef2caa, org.onap.sdc.toscaparser.api.parameters.Input@4e53100b, org.onap.sdc.toscaparser.api.parameters.Input@2e1fc130]
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4e0fc132-720b-4dc4-939a-7bc0a7453ea4: test-pnf
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Processing PNF resource: d45ae747-f3b7-40e8-a6b0-9fa6a36057b8
2021-11-13T04:47:51.860Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:47:51.861Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:47:51.861Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 45ce4802-e5c6-4d7c-9512-d41411f33e92 is the same as notified resource customizationUUID: 45ce4802-e5c6-4d7c-9512-d41411f33e92
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-13T04:47:51.910Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d45ae747-f3b7-40e8-a6b0-9fa6a36057b8 0 ASDC deployResourceStructure
2021-11-13T04:47:51.911Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:47:51.911Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-13T04:47:51.911Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:47:51.911Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:47:51.913Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:47:51.913Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778871911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:47:52.013Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:47:52.014Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:47:52.014Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:47:52.025Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:47:52.026Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:47:52.914Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:47:52.922Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:47:52.924Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:47:52.924Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:47:52.924Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:48:22.924Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:48:22.935Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:48:22.936Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:48:22.936Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:48:22.937Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:48:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:48:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:48:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:48:46.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:48:46.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778809088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778806646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778801816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778819561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778819634,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778821285,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778822288,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:46.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:46.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:46.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778813751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778823806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778815243,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778815551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778824303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778825225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "aai-ml",
  "timestamp": 1636778825307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:46.972Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:46.973Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:46.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:48:46.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "cds",
  "timestamp": 1636778826120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:46.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:46.987Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778826232,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "policy-id",
  "timestamp": 1636778827235,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:47.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:47.002Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778818851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778829828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:48:47.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778830831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:47.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:47.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:47.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778828352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:48:47.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778842653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778844661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "clamp",
  "timestamp": 1636778845664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:47.031Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d12692c-046c-48ed-998d-c658c398aa8c
2021-11-13T04:48:47.031Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d12692c-046c-48ed-998d-c658c398aa8c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:48:47.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5b5124b-c318-4dae-b783-87f0f6286660",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778854771,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:48:47.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:48:52.937Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:48:52.949Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:48:52.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:48:52.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:48:52.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:48:52.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:48:52.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:48:52.952Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:48:52.958Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:49:22.958Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d12692c-046c-48ed-998d-c658c398aa8c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:49:22.965Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d12692c-046c-48ed-998d-c658c398aa8c and serviceModelVersionId: 4e0fc132-720b-4dc4-939a-7bc0a7453ea4
2021-11-13T04:49:22.965Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6034a73-ffec-4a87-9280-90d2df6beeb4
2021-11-13T04:49:22.966Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0
2021-11-13T04:49:22.970Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:49:22.999Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:49:23.000Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0|INFO|500||Invoke
2021-11-13T04:49:23.018Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:49:23.305Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0|INFO|500||InvokeReturn
2021-11-13T04:49:23.305Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c6034a73-ffec-4a87-9280-90d2df6beeb4/model-vers/model-ver/4e0fc132-720b-4dc4-939a-7bc0a7453ea4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-04:49:23:025-52915], vertex-id=[196720], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:49:23 GMT], Content-Type=[application/json]}
2021-11-13T04:49:23.305Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:49:23.306Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:49:23.306Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:49:23.312Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:49:23.312Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d12692c-046c-48ed-998d-c658c398aa8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:49:23.312Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:49:23.312Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:23.314Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:23.314Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778963312,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:49:23.414Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:23.415Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:23.415Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:23.429Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:23.429Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:49:24.326Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:49:24.326Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:49:24.326Z|3d12692c-046c-48ed-998d-c658c398aa8c|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:49:24.949Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:24.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:49:24.951Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"885b59b2-f2f3-4972-9e2c-f1d4ac659019","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"43e9b44b-12fc-4085-98d2-383425f2b595","serviceDescription":"service","serviceInvariantUUID":"05d03b39-94da-434a-b5e7-75e9f9b159d9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8473524-aa81-4d25-bafc-b4bf009249de","resourceInvariantUUID":"a5c739f9-cd48-4ccb-a9fb-ed8b7e20fafa","resourceCustomizationUUID":"452af21c-ddaf-4112-8140-bbf8a4251404","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmIxMDg0MmJmYjI4ZjFkZmQzOGMwZWVkODEzODYzYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd5e736b-d40f-4f56-802e-d2de80a0473e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae63e856-31c4-4e7a-a0a1-fba2d071ad2e","artifactVersion":"2","generatedFromUUID":"2ede0bb6-a107-47a6-b853-fdf815405774"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ede0bb6-a107-47a6-b853-fdf815405774","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZmI4OTU1ZWM1MDAyNWUxNjNmODFhZjg3MTE0M2UyN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56276868-f1c5-4f52-a863-20f93b363d59","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"049fce5e-d61d-4ee8-b937-9e5f2b1dffe8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34343d4b-ce01-403f-9018-ae9b235f9d5d","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d083f7a-4773-4e3b-8440-81fe34714784","artifactVersion":"2","generatedFromUUID":"049fce5e-d61d-4ee8-b937-9e5f2b1dffe8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDlmMzA5YzM2MTM5OWMwOGUxMTY1ZDIzMjNjOTlkZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3547dcd-640c-488f-8f59-9894010fa902","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjBhNmViOGRmN2M3MmM0ZmY1MDg4NTEwMDNiNzQzODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6262399a-3ec2-4311-8ab0-446ffd0d7c4d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:49:24.953Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:24.953Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:24.955Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:24.955Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:49:25.056Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:49:25.056Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:25.056Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:25.066Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:25.066Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:25.956Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:25.957Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:25.959Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:25.959Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:49:26.059Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:26.060Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:26.061Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:26.071Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:26.072Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:26.960Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:26.961Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:26.963Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:26.964Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:49:27.064Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:27.065Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:27.066Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:27.077Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:27.077Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:27.964Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:27.965Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:27.966Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:27.966Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:49:28.067Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:49:28.067Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:28.067Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:28.078Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:28.078Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:28.967Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:28.968Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:28.970Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:28.970Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:49:29.070Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:29.071Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:29.071Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:29.081Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:29.082Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:29.970Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:29.972Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:29.973Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:29.973Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:49:30.074Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:30.074Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:30.075Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:30.084Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:30.084Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:30.974Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:30.975Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:30.976Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:30.976Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:49:31.077Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:49:31.078Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:31.078Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:31.091Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:31.091Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:31.977Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:31.978Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:31.980Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:31.980Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:49:32.080Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:32.081Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:32.081Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:32.091Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:32.091Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:32.981Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:49:32.982Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:32.983Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:32.983Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:49:33.084Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:49:33.084Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:33.084Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:33.096Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:33.096Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:33.985Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "43e9b44b-12fc-4085-98d2-383425f2b595",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05d03b39-94da-434a-b5e7-75e9f9b159d9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "452af21c-ddaf-4112-8140-bbf8a4251404",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8473524-aa81-4d25-bafc-b4bf009249de",
      "resourceInvariantUUID": "a5c739f9-cd48-4ccb-a9fb-ed8b7e20fafa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ae63e856-31c4-4e7a-a0a1-fba2d071ad2e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2ede0bb6-a107-47a6-b853-fdf815405774",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZmI4OTU1ZWM1MDAyNWUxNjNmODFhZjg3MTE0M2UyN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "56276868-f1c5-4f52-a863-20f93b363d59",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "049fce5e-d61d-4ee8-b937-9e5f2b1dffe8",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d083f7a-4773-4e3b-8440-81fe34714784",
            "generatedFromUUID": "049fce5e-d61d-4ee8-b937-9e5f2b1dffe8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d083f7a-4773-4e3b-8440-81fe34714784",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjBhNmViOGRmN2M3MmM0ZmY1MDg4NTEwMDNiNzQzODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6262399a-3ec2-4311-8ab0-446ffd0d7c4d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:49:33.985Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:49:33.985Z|3d12692c-046c-48ed-998d-c658c398aa8c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 43e9b44b-12fc-4085-98d2-383425f2b595 ASDC
2021-11-13T04:49:33.985Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:885b59b2-f2f3-4972-9e2c-f1d4ac659019
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:43e9b44b-12fc-4085-98d2-383425f2b595
ServiceInvariantUUID:05d03b39-94da-434a-b5e7-75e9f9b159d9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:6262399a-3ec2-4311-8ab0-446ffd0d7c4d
ArtifactChecksum:ZjBhNmViOGRmN2M3MmM0ZmY1MDg4NTEwMDNiNzQzODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:452af21c-ddaf-4112-8140-bbf8a4251404
ResourceInvariantUUID:a5c739f9-cd48-4ccb-a9fb-ed8b7e20fafa
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a8473524-aa81-4d25-bafc-b4bf009249de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:ae63e856-31c4-4e7a-a0a1-fba2d071ad2e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:2ede0bb6-a107-47a6-b853-fdf815405774
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:56276868-f1c5-4f52-a863-20f93b363d59
ArtifactChecksum:ZmI4OTU1ZWM1MDAyNWUxNjNmODFhZjg3MTE0M2UyN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:049fce5e-d61d-4ee8-b937-9e5f2b1dffe8
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5d083f7a-4773-4e3b-8440-81fe34714784
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5d083f7a-4773-4e3b-8440-81fe34714784
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:49:33.986Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43e9b44b-12fc-4085-98d2-383425f2b595 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:49:34.020Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:49:34.021Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:49:34.021Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:49:34.021Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6262399a-3ec2-4311-8ab0-446ffd0d7c4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:49:34.021Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:34.021Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:49:34.163Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:34.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6262399a-3ec2-4311-8ab0-446ffd0d7c4d 68932
2021-11-13T04:49:34.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-13T04:49:34.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:49:34.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:34.168Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:34.170Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:34.170Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778974167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:34.270Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:34.271Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:34.271Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:34.280Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:34.281Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:49:35.170Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:49:35.171Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:49:35.172Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6262399a-3ec2-4311-8ab0-446ffd0d7c4d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:35.172Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-13T04:49:35.173Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:35.173Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:35.249Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8686926641267738455/Definitions/service-BasicCnf-template.yml
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:36.106Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.107Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:36.108Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=692163a3-a246-4a7d-a8ef-2a37ca7aa4d6
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.109Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:36.110Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:36.110Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:43e9b44b-12fc-4085-98d2-383425f2b595
Model Version:NULL
Model InvariantUuid:05d03b39-94da-434a-b5e7-75e9f9b159d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:719f0f90-b7ca-431e-ac38-0d117e42b9aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a5c739f9-cd48-4ccb-a9fb-ed8b7e20fafa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:452af21c-ddaf-4112-8140-bbf8a4251404
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7891b5b-f4cc-4ee0-99ea-aa412c69387d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:63bcd030-f2a6-4d95-8bac-c472e996c76d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:692163a3-a246-4a7d-a8ef-2a37ca7aa4d6
ModelInvariantUuid:b5d0d89e-794c-4c56-83cb-3c7b43bc7a08
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:74c24283-709c-4e39-9bf2-0267dd6d8c11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3accef7d-76c0-4656-9ac8-1fc9284c727c
ModelInvariantUuid:a31ed307-835f-45b3-81f7-05fc71aaae82
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:97eeff59-9942-41d4-8aa9-facabd9fdab7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:49:36.116Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a8473524-aa81-4d25-bafc-b4bf009249de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:49:36.117Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-11-13T04:49:36.118Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8473524-aa81-4d25-bafc-b4bf009249de
2021-11-13T04:49:36.118Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae63e856-31c4-4e7a-a0a1-fba2d071ad2e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:49:36.118Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:36.118Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:49:36.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:36.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ae63e856-31c4-4e7a-a0a1-fba2d071ad2e 12
2021-11-13T04:49:36.167Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-13T04:49:36.168Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-13T04:49:36.168Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:36.168Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:36.170Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:36.170Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778976167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:36.270Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:36.271Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:36.271Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:36.281Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:36.281Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:37.171Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2ede0bb6-a107-47a6-b853-fdf815405774 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:49:37.171Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:37.172Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:49:37.348Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:37.349Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2ede0bb6-a107-47a6-b853-fdf815405774 2688
2021-11-13T04:49:37.349Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-13T04:49:37.349Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-13T04:49:37.349Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:37.350Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:37.351Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:37.352Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778977349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:37.452Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:37.453Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:37.453Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:37.464Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:37.464Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:49:38.353Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56276868-f1c5-4f52-a863-20f93b363d59 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:49:38.354Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:38.354Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:49:38.455Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:38.455Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 56276868-f1c5-4f52-a863-20f93b363d59 828
2021-11-13T04:49:38.455Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-13T04:49:38.455Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:49:38.455Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:38.456Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:38.458Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:38.458Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778978455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:38.558Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:38.559Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:38.559Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:38.569Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:38.570Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:39.458Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7891b5b-f4cc-4ee0-99ea-aa412c69387d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63bcd030-f2a6-4d95-8bac-c472e996c76d",
    "vfModuleModelCustomizationUUID": "273bea1f-6a2a-4883-9db6-1cf0769d919b",
    "isBase": true,
    "artifacts": [
      "049fce5e-d61d-4ee8-b937-9e5f2b1dffe8",
      "2ede0bb6-a107-47a6-b853-fdf815405774",
      "5d083f7a-4773-4e3b-8440-81fe34714784"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:49:39.461Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63bcd030-f2a6-4d95-8bac-c472e996c76d
VfModuleModelInvariantUUID:d7891b5b-f4cc-4ee0-99ea-aa412c69387d
VfModuleModelDescription:NULL
Artifacts UUID List:{
049fce5e-d61d-4ee8-b937-9e5f2b1dffe8
,
2ede0bb6-a107-47a6-b853-fdf815405774
,
5d083f7a-4773-4e3b-8440-81fe34714784

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:49:39.462Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d7891b5b-f4cc-4ee0-99ea-aa412c69387d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63bcd030-f2a6-4d95-8bac-c472e996c76d",
    "vfModuleModelCustomizationUUID": "273bea1f-6a2a-4883-9db6-1cf0769d919b",
    "isBase": true,
    "artifacts": [
      "049fce5e-d61d-4ee8-b937-9e5f2b1dffe8",
      "2ede0bb6-a107-47a6-b853-fdf815405774",
      "5d083f7a-4773-4e3b-8440-81fe34714784"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:49:39.462Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63bcd030-f2a6-4d95-8bac-c472e996c76d
VfModuleModelInvariantUUID:d7891b5b-f4cc-4ee0-99ea-aa412c69387d
VfModuleModelDescription:NULL
Artifacts UUID List:{
049fce5e-d61d-4ee8-b937-9e5f2b1dffe8
,
2ede0bb6-a107-47a6-b853-fdf815405774
,
5d083f7a-4773-4e3b-8440-81fe34714784

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:49:39.462Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 049fce5e-d61d-4ee8-b937-9e5f2b1dffe8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:49:39.462Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:39.463Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:49:39.638Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:39.638Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 049fce5e-d61d-4ee8-b937-9e5f2b1dffe8 1164
2021-11-13T04:49:39.638Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-13T04:49:39.638Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:49:39.638Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:39.639Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:39.640Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:39.640Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778979638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:39.740Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:39.741Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:39.741Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:39.752Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:39.752Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:49:40.641Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d083f7a-4773-4e3b-8440-81fe34714784 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:49:40.641Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:49:40.641Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:49:40.829Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:49:40.830Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5d083f7a-4773-4e3b-8440-81fe34714784 200
2021-11-13T04:49:40.830Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-13T04:49:40.830Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:49:40.830Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:49:40.830Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:40.832Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:40.832Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778980830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:49:40.933Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:40.933Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:40.933Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:40.944Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:40.944Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:41.833Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 43e9b44b-12fc-4085-98d2-383425f2b595
2021-11-13T04:49:41.833Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a8473524-aa81-4d25-bafc-b4bf009249de ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-11-13T04:49:41.849Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:49:41.853Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b6ec6cd, org.onap.sdc.toscaparser.api.parameters.Input@140efe1b, org.onap.sdc.toscaparser.api.parameters.Input@7641c0f6, org.onap.sdc.toscaparser.api.parameters.Input@a0413d9, org.onap.sdc.toscaparser.api.parameters.Input@77a1e4fa]
2021-11-13T04:49:41.854Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.854Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.854Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:49:41.855Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 452af21c-ddaf-4112-8140-bbf8a4251404
2021-11-13T04:49:41.855Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 452af21c-ddaf-4112-8140-bbf8a4251404 matches Tosca VF Customization UUID: 452af21c-ddaf-4112-8140-bbf8a4251404
2021-11-13T04:49:41.855Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 452af21c-ddaf-4112-8140-bbf8a4251404  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:49:41.856Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.856Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 452af21c-ddaf-4112-8140-bbf8a4251404: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46324aa0
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 273bea1f-6a2a-4883-9db6-1cf0769d919b
2021-11-13T04:49:41.857Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 273bea1f-6a2a-4883-9db6-1cf0769d919b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:49:41.858Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:41.859Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.860Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-13T04:49:41.860Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-13T04:49:41.860Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=692163a3-a246-4a7d-a8ef-2a37ca7aa4d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:49:41.861Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.862Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:41.862Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:49:41.862Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.862Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-13T04:49:41.862Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=452af21c-ddaf-4112-8140-bbf8a4251404
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 43e9b44b-12fc-4085-98d2-383425f2b595: basic_cnf
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.864Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.865Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:49:41.866Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:49:41.866Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
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: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:49:41.932Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a8473524-aa81-4d25-bafc-b4bf009249de 1 ASDC deployResourceStructure
2021-11-13T04:49:41.933Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-13T04:49:41.933Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-13T04:49:41.933Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-13T04:49:41.933Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:41.935Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:41.936Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778981932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:49:42.036Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:42.037Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:42.037Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:42.045Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:42.046Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:42.936Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-13T04:49:42.937Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-13T04:49:42.937Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-13T04:49:42.938Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:42.940Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:42.940Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778982936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:49:43.040Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:43.042Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:43.042Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:43.053Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:43.053Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:43.941Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-13T04:49:43.942Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-13T04:49:43.942Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:49:43.942Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:43.943Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:43.943Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778983941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:49:44.044Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:44.045Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:44.045Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:44.057Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:44.057Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:49:44.944Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-13T04:49:44.945Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-13T04:49:44.946Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:49:44.946Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:44.948Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:44.948Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778984944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:49:45.048Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:45.049Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:45.049Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:45.058Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:45.058Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:45.949Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-13T04:49:45.950Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-13T04:49:45.950Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:49:45.950Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:45.953Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:45.953Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778985949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:49:46.053Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:49:46.054Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:46.054Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:46.066Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:46.067Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:49:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:49:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:49:46.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:46.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:49:46.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:49:46.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:49:46.953Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-13T04:49:46.954Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-13T04:49:46.954Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:49:46.955Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:49:46.956Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:49:46.956Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778986953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:49:47.057Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:49:47.057Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:49:47.057Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:49:47.067Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:49:47.068Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:49:47.957Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:49:47.967Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:49:47.969Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:49:47.969Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:49:47.969Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:50:17.969Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:50:17.978Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:50:17.981Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:50:17.981Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-13T04:50:17.981Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-13T04:50:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:50:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:50:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:50:46.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:50:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778855789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778870211,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778871911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778858851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778855551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778858352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778861816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778858751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778855243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778873369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778873452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778873455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778873443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "cds",
  "timestamp": 1636778874374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:46.969Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:46.969Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778874447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778874557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "dcae-sch",
  "timestamp": 1636778866645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "policy-id",
  "timestamp": 1636778875450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:46.986Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:46.987Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778875752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778876322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778876657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778876952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:46.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:46.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:46.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778877326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:47.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778877989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.018Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:47.018Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:50:47.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778878663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778878962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778878991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "clamp",
  "timestamp": 1636778879666,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:47.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778887634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "aai-ml",
  "timestamp": 1636778888637,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 885b59b2-f2f3-4972-9e2c-f1d4ac659019
2021-11-13T04:50:47.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778888352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778888751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "dcae-sch",
  "timestamp": 1636778886645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778898158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778891816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778899576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778901614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "cds",
  "timestamp": 1636778901819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778895243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778895551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778902617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.095Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.095Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778903019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778903419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778904023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778904712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "policy-id",
  "timestamp": 1636778905026,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.110Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.111Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778898851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778899088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778906002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778906840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778907021,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.126Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:50:47.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778907661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778908024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778909662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "clamp",
  "timestamp": 1636778910665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.142Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778911865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "aai-ml",
  "timestamp": 1636778912869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.158Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6fac2da-3812-4e18-b619-bf0888e16e9c
2021-11-13T04:50:47.158Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fac2da-3812-4e18-b619-bf0888e16e9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778903751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "dcae-sch",
  "timestamp": 1636778906645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778914564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "cds",
  "timestamp": 1636778915771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.180Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:50:47.180Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778915243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778915551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778924118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778924407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778925122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:50:47.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778925611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778918352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:50:47.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "policy-id",
  "timestamp": 1636778926124,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:50:47.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:50:47.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:50:47.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636778918851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:50:47.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:50:47.981Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.993Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:50:47.995Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:50:47.996Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:50:48.000Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:51:18.000Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:51:18.005Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and serviceModelVersionId: 43e9b44b-12fc-4085-98d2-383425f2b595
2021-11-13T04:51:18.005Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05d03b39-94da-434a-b5e7-75e9f9b159d9
2021-11-13T04:51:18.005Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0
2021-11-13T04:51:18.010Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:51:18.045Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0|INFO|500||Invoke
2021-11-13T04:51:18.045Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[885b59b2-f2f3-4972-9e2c-f1d4ac659019], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[109bd33d-9cbf-44b8-afc3-a091fba6eee6], X-ECOMP-RequestID=[885b59b2-f2f3-4972-9e2c-f1d4ac659019], X-TransactionId=[], X-ONAP-RequestID=[885b59b2-f2f3-4972-9e2c-f1d4ac659019], Content-Type=[application/merge-patch+json]}
2021-11-13T04:51:18.060Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:51:18.263Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?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/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-04:51:18:068-62051], vertex-id=[205008], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:51:18 GMT], Content-Type=[application/json]}
2021-11-13T04:51:18.263Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:51:18.264Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d03b39-94da-434a-b5e7-75e9f9b159d9/model-vers/model-ver/43e9b44b-12fc-4085-98d2-383425f2b595?depth=0|INFO|500||InvokeReturn
2021-11-13T04:51:18.264Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:51:18.264Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:51:18.269Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:51:18.269Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 885b59b2-f2f3-4972-9e2c-f1d4ac659019 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:51:18.269Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:51:18.269Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:18.271Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:18.271Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779078269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:51:18.371Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:18.372Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:18.372Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:18.385Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:18.386Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:51:19.283Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:51:19.283Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6fac2da-3812-4e18-b619-bf0888e16e9c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eb7c0215-ea55-41d6-9aaa-2a084950f7ed","serviceDescription":"service","serviceInvariantUUID":"1d99072a-b0cb-4768-b808-900a9b463072","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"228bdeea-b3a8-4c54-82cc-02f430121499","resourceInvariantUUID":"f43decb4-00af-4107-bc51-bab494ebae23","resourceCustomizationUUID":"cb37e8e0-9a64-4f0c-a2d6-bef038566d1d","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":"Yzc0NzIxYzIwMjM3N2ExZWZiMmJiMjUzNzFhMWZmOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9c723ae-6cd9-4453-aace-c0b5df0dc73c","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":"MzkwZTg5NDViNjlkMTA3ZDA2Y2ZkNmE4OGMxNzQ4NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b17a8b48-dc01-41e1-a818-1880ab219dac","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":"5c82ed09-240e-4df6-b3ba-6333ed37ac45","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":"0ab28db4-4506-46d2-a986-30621628f04c","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":"84083aba-d515-49c9-976b-e1ac3b847f22","artifactVersion":"2","generatedFromUUID":"5c82ed09-240e-4df6-b3ba-6333ed37ac45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWFlYTI5ZTU0MWY5NTYyZTdiNmE5ZGI4ODc0NmY3NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e78b9bab-d53b-4f97-8b1a-1cb4a6a2a781","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzI1ZjNmZGJiNDk2NzliMDA3ZTkzOTUyYThlN2ZkMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14c2e501-5b94-4826-8019-ee3f60f36613","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:51:19.283Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:19.284Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:19.285Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:19.285Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:19.386Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:19.386Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:19.387Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:19.396Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:19.397Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:20.286Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:20.287Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:20.289Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:20.289Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:51:20.389Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:20.390Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:20.390Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:20.400Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:20.400Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:21.289Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:21.290Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:21.293Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:21.293Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:51:21.393Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:21.394Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:21.394Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:21.403Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:21.403Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:22.294Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:22.295Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:22.296Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:22.297Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:22.397Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:22.397Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:22.398Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:22.407Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:22.408Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:51:23.297Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:23.298Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:23.300Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:23.300Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:51:23.400Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:23.401Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:23.401Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:23.411Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:23.412Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:24.301Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:24.302Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:24.304Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:24.305Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:24.405Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:24.405Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:24.405Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:24.416Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:24.417Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:51:25.305Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:51:25.306Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:25.309Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:25.309Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:51:25.409Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:25.409Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:25.409Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:25.419Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:25.419Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:26.310Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "eb7c0215-ea55-41d6-9aaa-2a084950f7ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1d99072a-b0cb-4768-b808-900a9b463072",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "cb37e8e0-9a64-4f0c-a2d6-bef038566d1d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "228bdeea-b3a8-4c54-82cc-02f430121499",
      "resourceInvariantUUID": "f43decb4-00af-4107-bc51-bab494ebae23",
      "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": "MzkwZTg5NDViNjlkMTA3ZDA2Y2ZkNmE4OGMxNzQ4NjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b17a8b48-dc01-41e1-a818-1880ab219dac",
          "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": "5c82ed09-240e-4df6-b3ba-6333ed37ac45",
          "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": "84083aba-d515-49c9-976b-e1ac3b847f22",
            "generatedFromUUID": "5c82ed09-240e-4df6-b3ba-6333ed37ac45"
          },
          "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": "84083aba-d515-49c9-976b-e1ac3b847f22",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzI1ZjNmZGJiNDk2NzliMDA3ZTkzOTUyYThlN2ZkMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14c2e501-5b94-4826-8019-ee3f60f36613"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:51:26.311Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:51:26.311Z|885b59b2-f2f3-4972-9e2c-f1d4ac659019|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb7c0215-ea55-41d6-9aaa-2a084950f7ed ASDC
2021-11-13T04:51:26.311Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a6fac2da-3812-4e18-b619-bf0888e16e9c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:eb7c0215-ea55-41d6-9aaa-2a084950f7ed
ServiceInvariantUUID:1d99072a-b0cb-4768-b808-900a9b463072
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:14c2e501-5b94-4826-8019-ee3f60f36613
ArtifactChecksum:NzI1ZjNmZGJiNDk2NzliMDA3ZTkzOTUyYThlN2ZkMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cb37e8e0-9a64-4f0c-a2d6-bef038566d1d
ResourceInvariantUUID:f43decb4-00af-4107-bc51-bab494ebae23
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:228bdeea-b3a8-4c54-82cc-02f430121499
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:b17a8b48-dc01-41e1-a818-1880ab219dac
ArtifactChecksum:MzkwZTg5NDViNjlkMTA3ZDA2Y2ZkNmE4OGMxNzQ4NjA=
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:5c82ed09-240e-4df6-b3ba-6333ed37ac45
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:84083aba-d515-49c9-976b-e1ac3b847f22
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:84083aba-d515-49c9-976b-e1ac3b847f22
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:51:26.311Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb7c0215-ea55-41d6-9aaa-2a084950f7ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:51:26.344Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:51:26.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:51:26.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:51:26.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14c2e501-5b94-4826-8019-ee3f60f36613 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:51:26.346Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:51:26.346Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:51:26.998Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:51:27.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 14c2e501-5b94-4826-8019-ee3f60f36613 71037
2021-11-13T04:51:27.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-13T04:51:27.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:51:27.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:51:27.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:27.004Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:27.004Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779087002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:27.104Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:27.105Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:27.105Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:27.115Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:27.115Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:51:28.004Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:51:28.005Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:51:28.006Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 14c2e501-5b94-4826-8019-ee3f60f36613, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.006Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-13T04:51:28.006Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.006Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.108Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP810084297455282390/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:51:28.984Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:51:28.984Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.985Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.986Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:28.987Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-13T04:51:28.988Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:51:28.989Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.990Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:51:28.991Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=965ccd35-7a11-4eef-b0c3-e64003a23aa3
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.992Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.993Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:28.993Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:28.993Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:eb7c0215-ea55-41d6-9aaa-2a084950f7ed
Model Version:NULL
Model InvariantUuid:1d99072a-b0cb-4768-b808-900a9b463072
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d0a4d31a-a7de-4677-8b2f-4d69bfe3a0d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f43decb4-00af-4107-bc51-bab494ebae23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb37e8e0-9a64-4f0c-a2d6-bef038566d1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5b0b9ddb-a3a5-4a07-bccf-d17fac060e65
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c07ffcf0-3b3d-482a-9210-bfd5136817ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:965ccd35-7a11-4eef-b0c3-e64003a23aa3
ModelInvariantUuid:3d871f68-21b2-4135-9225-9ec2d1a61e5a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5ae97b8c-0ef3-4972-ac72-0004f5aa3742
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cf947baa-03a0-4a69-b707-1c5cb09f9e2e
ModelInvariantUuid:ab13aece-677c-4f99-9342-4b010780340c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:91aff910-9926-4bf9-a405-3422e08f9191
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:51:28.999Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 228bdeea-b3a8-4c54-82cc-02f430121499
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:51:29.001Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-11-13T04:51:29.001Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 228bdeea-b3a8-4c54-82cc-02f430121499
2021-11-13T04:51:29.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b17a8b48-dc01-41e1-a818-1880ab219dac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:51:29.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:51:29.002Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:51:29.145Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:51:29.145Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b17a8b48-dc01-41e1-a818-1880ab219dac 787
2021-11-13T04:51:29.146Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-13T04:51:29.146Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:51:29.146Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:51:29.146Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:29.148Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:29.149Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779089146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:29.249Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:29.250Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:29.250Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:29.261Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:29.261Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:30.149Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5b0b9ddb-a3a5-4a07-bccf-d17fac060e65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c07ffcf0-3b3d-482a-9210-bfd5136817ad",
    "vfModuleModelCustomizationUUID": "c3939071-ebb6-46fe-97f1-c3b448db3cd5",
    "isBase": true,
    "artifacts": [
      "5c82ed09-240e-4df6-b3ba-6333ed37ac45",
      "84083aba-d515-49c9-976b-e1ac3b847f22"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:51:30.153Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c07ffcf0-3b3d-482a-9210-bfd5136817ad
VfModuleModelInvariantUUID:5b0b9ddb-a3a5-4a07-bccf-d17fac060e65
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c82ed09-240e-4df6-b3ba-6333ed37ac45
,
84083aba-d515-49c9-976b-e1ac3b847f22

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:51:30.155Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5b0b9ddb-a3a5-4a07-bccf-d17fac060e65",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c07ffcf0-3b3d-482a-9210-bfd5136817ad",
    "vfModuleModelCustomizationUUID": "c3939071-ebb6-46fe-97f1-c3b448db3cd5",
    "isBase": true,
    "artifacts": [
      "5c82ed09-240e-4df6-b3ba-6333ed37ac45",
      "84083aba-d515-49c9-976b-e1ac3b847f22"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:51:30.155Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c07ffcf0-3b3d-482a-9210-bfd5136817ad
VfModuleModelInvariantUUID:5b0b9ddb-a3a5-4a07-bccf-d17fac060e65
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c82ed09-240e-4df6-b3ba-6333ed37ac45
,
84083aba-d515-49c9-976b-e1ac3b847f22

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:51:30.155Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5c82ed09-240e-4df6-b3ba-6333ed37ac45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:51:30.155Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:51:30.156Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:51:30.195Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:51:30.195Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5c82ed09-240e-4df6-b3ba-6333ed37ac45 5033
2021-11-13T04:51:30.196Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:51:30.196Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:51:30.196Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:51:30.196Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:30.199Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:30.199Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779090196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:30.299Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:30.299Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:30.300Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:30.310Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:30.310Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:31.199Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84083aba-d515-49c9-976b-e1ac3b847f22 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:51:31.200Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:51:31.200Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:51:31.249Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:51:31.249Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 84083aba-d515-49c9-976b-e1ac3b847f22 903
2021-11-13T04:51:31.249Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:51:31.249Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:51:31.250Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:51:31.250Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:31.251Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:31.252Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779091249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:31.352Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:31.352Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:31.352Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:31.363Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:31.363Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:32.252Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eb7c0215-ea55-41d6-9aaa-2a084950f7ed
2021-11-13T04:51:32.253Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 228bdeea-b3a8-4c54-82cc-02f430121499 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:51:32.264Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@573b990e, org.onap.sdc.toscaparser.api.parameters.Input@37770f13, org.onap.sdc.toscaparser.api.parameters.Input@7a855424, org.onap.sdc.toscaparser.api.parameters.Input@253cd7d8, org.onap.sdc.toscaparser.api.parameters.Input@2e44d998]
2021-11-13T04:51:32.265Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.266Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.266Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:51:32.266Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cb37e8e0-9a64-4f0c-a2d6-bef038566d1d
2021-11-13T04:51:32.266Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb37e8e0-9a64-4f0c-a2d6-bef038566d1d matches Tosca VF Customization UUID: cb37e8e0-9a64-4f0c-a2d6-bef038566d1d
2021-11-13T04:51:32.266Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cb37e8e0-9a64-4f0c-a2d6-bef038566d1d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:51:32.268Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.268Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.268Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cb37e8e0-9a64-4f0c-a2d6-bef038566d1d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-13T04:51:32.269Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32719b55
2021-11-13T04:51:32.269Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.269Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:51:32.269Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3939071-ebb6-46fe-97f1-c3b448db3cd5
2021-11-13T04:51:32.269Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3939071-ebb6-46fe-97f1-c3b448db3cd5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:51:32.271Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.271Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:32.271Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:32.271Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:51:32.272Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:51:32.273Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=965ccd35-7a11-4eef-b0c3-e64003a23aa3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:51:32.274Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.274Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:32.275Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:51:32.275Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.275Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-13T04:51:32.275Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cb37e8e0-9a64-4f0c-a2d6-bef038566d1d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:51:32.277Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.277Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.277Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eb7c0215-ea55-41d6-9aaa-2a084950f7ed: basic_vm
2021-11-13T04:51:32.278Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.278Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.278Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.278Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:51:32.279Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:51:32.280Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:51:32.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 228bdeea-b3a8-4c54-82cc-02f430121499 1 ASDC deployResourceStructure
2021-11-13T04:51:32.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-13T04:51:32.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-13T04:51:32.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:51:32.345Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:32.347Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:32.347Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779092345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:32.447Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:32.448Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:32.448Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:32.459Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:32.459Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:33.347Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:51:33.349Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-13T04:51:33.349Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:51:33.349Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:33.351Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:33.351Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779093347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:33.451Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:33.452Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:33.452Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:33.463Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:33.463Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:34.352Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:51:34.352Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-13T04:51:34.353Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:51:34.353Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:34.354Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:34.354Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779094352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:34.455Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-13T04:51:34.456Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:34.456Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:34.467Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:34.467Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:35.355Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-13T04:51:35.356Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-13T04:51:35.356Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:51:35.356Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:51:35.358Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:51:35.358Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779095355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:35.458Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:51:35.459Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:51:35.459Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:51:35.472Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:35.472Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:51:36.359Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fac2da-3812-4e18-b619-bf0888e16e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:51:36.369Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fac2da-3812-4e18-b619-bf0888e16e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:51:36.372Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.373Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.374Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.374Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:51:36.374Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:51:36.380Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:51:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:51:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:51:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:51:46.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:51:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778927059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:46.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778928080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:51:46.943Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:51:46.943Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-13T04:51:46.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636778929082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778921816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778930521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778932430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636778933433,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:51:46.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:51:46.962Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:51:46.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778935666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778929088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778938044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:46.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778938668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:46.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "clamp",
  "timestamp": 1636778939671,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:51:46.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:51:46.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:51:46.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778945802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:46.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:46.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:46.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "aai-ml",
  "timestamp": 1636778946805,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:51:46.992Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6de32a3e-f26b-4fd8-88c5-8cc723bab276
2021-11-13T04:51:46.992Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:51:47.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d12692c-046c-48ed-998d-c658c398aa8c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778963312,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778974167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778976167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778977349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778978455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778979638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778980830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778981932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778982936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778983941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778984944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:51:47.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:51:47.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778985949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:51:47.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:52:06.380Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6fac2da-3812-4e18-b619-bf0888e16e9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:52:06.387Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6fac2da-3812-4e18-b619-bf0888e16e9c and serviceModelVersionId: eb7c0215-ea55-41d6-9aaa-2a084950f7ed
2021-11-13T04:52:06.387Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d99072a-b0cb-4768-b808-900a9b463072
2021-11-13T04:52:06.388Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0
2021-11-13T04:52:06.392Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:52:06.421Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:52:06.422Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0|INFO|500||Invoke
2021-11-13T04:52:06.437Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:52:06.700Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0|INFO|500||InvokeReturn
2021-11-13T04:52:06.701Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d99072a-b0cb-4768-b808-900a9b463072/model-vers/model-ver/eb7c0215-ea55-41d6-9aaa-2a084950f7ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:52:06:444-14198], vertex-id=[544896], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:52:06 GMT], Content-Type=[application/json]}
2021-11-13T04:52:06.701Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:52:06.701Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:52:06.702Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:52:06.707Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:52:06.707Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6fac2da-3812-4e18-b619-bf0888e16e9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:52:06.707Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:52:06.707Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:06.709Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:06.709Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779126707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:52:06.810Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:06.810Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:06.810Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:06.825Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:06.825Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:52:07.722Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-13T04:52:07.722Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6de32a3e-f26b-4fd8-88c5-8cc723bab276","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6fe6cf0d-642d-4392-a15d-782228003687","serviceDescription":"service","serviceInvariantUUID":"b76b9b97-2ad4-4d0d-bf43-96881f981742","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7be6baff-a41a-4b75-bdfd-35a7f4a04145","resourceInvariantUUID":"e4dc4a6d-fc98-4bae-ab8a-e26aa28daaad","resourceCustomizationUUID":"ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ4ZDk1MDZlNGMyMWYzOTlmNWIzMWU5OGE5MDk2Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ce4c18c-782e-4c09-9dd0-d2c34d39acd7","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MWRlNTliMjUwNDI0MzdjNDE3MWYxMGNhY2I0OTE2NTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf4f2293-b049-471c-8d62-b49a9df6aaf0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb867d36-3125-4dc8-8dde-9549c0d375c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87448e92-e19e-41f0-b3a4-83c5b166dcff","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b6b6937-ca26-42a9-81eb-ad811b672bd4","artifactVersion":"2","generatedFromUUID":"cb867d36-3125-4dc8-8dde-9549c0d375c4"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MzUwYTQ5MWEzZmE3MDRmNzQwMDNjYjU2ZDY4ZTY1ZDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5050720c-70a7-4c2f-8d17-5a043dc257f6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"Nzk0N2Y1ZjU0MDI2NjdhNWJmZTk2NTQ5ZTEwM2IxOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a5a6fe7-5827-4570-b5f5-9e2c4990e9a5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Yjk1NjEyMjcwMzk0NzZjOWU4NWVmYmY1ZmZlZTBhZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abc47e6e-5ee8-4bb5-be57-ddb65d7727cd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-13T04:52:07.722Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:07.722Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:07.724Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:07.724Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:52:07.825Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:07.825Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:07.825Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:07.835Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:07.835Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:08.724Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:08.726Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:08.728Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:08.728Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:52:08.828Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:08.829Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:08.829Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:08.839Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:08.839Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:09.728Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:09.729Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:09.731Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:09.732Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:52:09.832Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:09.833Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:09.833Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:09.844Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:09.845Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:10.733Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:10.734Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:10.736Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:10.736Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:52:10.836Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:10.837Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:10.837Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:10.847Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:10.847Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:11.736Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:11.737Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:11.739Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:11.740Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:52:11.840Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:11.840Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:11.840Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:11.851Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:11.851Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:12.740Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:12.741Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:12.743Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:12.743Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:52:12.843Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:12.844Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:12.844Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:12.853Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:12.854Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:52:13.744Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:13.745Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:13.746Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:13.747Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:52:13.847Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:13.848Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:13.848Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:13.858Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:13.859Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:14.747Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-13T04:52:14.748Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:14.750Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:14.750Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:52:14.850Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:14.851Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:14.851Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:14.860Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:14.861Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:15.751Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6fe6cf0d-642d-4392-a15d-782228003687",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b76b9b97-2ad4-4d0d-bf43-96881f981742",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7be6baff-a41a-4b75-bdfd-35a7f4a04145",
      "resourceInvariantUUID": "e4dc4a6d-fc98-4bae-ab8a-e26aa28daaad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MWRlNTliMjUwNDI0MzdjNDE3MWYxMGNhY2I0OTE2NTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf4f2293-b049-471c-8d62-b49a9df6aaf0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb867d36-3125-4dc8-8dde-9549c0d375c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4b6b6937-ca26-42a9-81eb-ad811b672bd4",
            "generatedFromUUID": "cb867d36-3125-4dc8-8dde-9549c0d375c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4b6b6937-ca26-42a9-81eb-ad811b672bd4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Yjk1NjEyMjcwMzk0NzZjOWU4NWVmYmY1ZmZlZTBhZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abc47e6e-5ee8-4bb5-be57-ddb65d7727cd"
    }
  ],
  "workloadContext": "Production"
}
2021-11-13T04:52:15.751Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-13T04:52:15.752Z|a6fac2da-3812-4e18-b619-bf0888e16e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6fe6cf0d-642d-4392-a15d-782228003687 ASDC
2021-11-13T04:52:15.752Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6de32a3e-f26b-4fd8-88c5-8cc723bab276
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6fe6cf0d-642d-4392-a15d-782228003687
ServiceInvariantUUID:b76b9b97-2ad4-4d0d-bf43-96881f981742
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:abc47e6e-5ee8-4bb5-be57-ddb65d7727cd
ArtifactChecksum:Yjk1NjEyMjcwMzk0NzZjOWU4NWVmYmY1ZmZlZTBhZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5
ResourceInvariantUUID:e4dc4a6d-fc98-4bae-ab8a-e26aa28daaad
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7be6baff-a41a-4b75-bdfd-35a7f4a04145
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:bf4f2293-b049-471c-8d62-b49a9df6aaf0
ArtifactChecksum:MWRlNTliMjUwNDI0MzdjNDE3MWYxMGNhY2I0OTE2NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:cb867d36-3125-4dc8-8dde-9549c0d375c4
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:4b6b6937-ca26-42a9-81eb-ad811b672bd4
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:4b6b6937-ca26-42a9-81eb-ad811b672bd4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-13T04:52:15.752Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fe6cf0d-642d-4392-a15d-782228003687 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:52:15.787Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:52:15.788Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:52:15.788Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:52:15.788Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: abc47e6e-5ee8-4bb5-be57-ddb65d7727cd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:52:15.788Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:52:15.788Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:52:16.444Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:52:16.449Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar abc47e6e-5ee8-4bb5-be57-ddb65d7727cd 78790
2021-11-13T04:52:16.449Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:52:16.449Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:52:16.449Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:52:16.449Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:16.452Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:16.452Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779136449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:52:16.552Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:16.552Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:16.553Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:16.561Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:16.562Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:17.452Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-13T04:52:17.453Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-13T04:52:17.453Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: abc47e6e-5ee8-4bb5-be57-ddb65d7727cd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:17.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-13T04:52:17.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:17.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:17.565Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6322935872259325096/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-BasicVmMacro-csar.csar
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.397Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:18.398Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.399Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.400Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.401Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d827d56d-433d-44f5-bf96-22ba7121d5fe
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.402Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:18.403Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6fe6cf0d-642d-4392-a15d-782228003687
Model Version:NULL
Model InvariantUuid:b76b9b97-2ad4-4d0d-bf43-96881f981742
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5397dfb0-b1e9-4f4b-b5e1-d5b5e1e8e2b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4dc4a6d-fc98-4bae-ab8a-e26aa28daaad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22c41643-1349-4123-9af4-1eb34a1968b3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:63bf6cc7-9c0d-4029-9793-d17bef320b87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d827d56d-433d-44f5-bf96-22ba7121d5fe
ModelInvariantUuid:6d023582-7b0b-468e-b834-a9a6850c65a0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0b4e3d1a-81a8-494c-83d8-3f1cab84fc8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fe76a141-474a-4e65-bb52-5f8b9f361558
ModelInvariantUuid:c1506bed-0750-4714-bbba-7735c22991bd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0b9fbfa7-2a2a-4319-8789-1e6bc85aa7dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-13T04:52:18.410Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7be6baff-a41a-4b75-bdfd-35a7f4a04145
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:52:18.412Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-11-13T04:52:18.412Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7be6baff-a41a-4b75-bdfd-35a7f4a04145
2021-11-13T04:52:18.412Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf4f2293-b049-471c-8d62-b49a9df6aaf0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:52:18.412Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:52:18.413Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:52:18.474Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:52:18.475Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json bf4f2293-b049-471c-8d62-b49a9df6aaf0 792
2021-11-13T04:52:18.475Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-13T04:52:18.475Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:52:18.475Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:52:18.476Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:18.478Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:18.478Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779138475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:52:18.578Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:18.579Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:18.579Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:18.589Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:18.590Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:19.478Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22c41643-1349-4123-9af4-1eb34a1968b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63bf6cc7-9c0d-4029-9793-d17bef320b87",
    "vfModuleModelCustomizationUUID": "a38c4726-f415-4854-824a-54758c0a56cd",
    "isBase": true,
    "artifacts": [
      "cb867d36-3125-4dc8-8dde-9549c0d375c4",
      "4b6b6937-ca26-42a9-81eb-ad811b672bd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:52:19.481Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63bf6cc7-9c0d-4029-9793-d17bef320b87
VfModuleModelInvariantUUID:22c41643-1349-4123-9af4-1eb34a1968b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb867d36-3125-4dc8-8dde-9549c0d375c4
,
4b6b6937-ca26-42a9-81eb-ad811b672bd4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:52:19.482Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22c41643-1349-4123-9af4-1eb34a1968b3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63bf6cc7-9c0d-4029-9793-d17bef320b87",
    "vfModuleModelCustomizationUUID": "a38c4726-f415-4854-824a-54758c0a56cd",
    "isBase": true,
    "artifacts": [
      "cb867d36-3125-4dc8-8dde-9549c0d375c4",
      "4b6b6937-ca26-42a9-81eb-ad811b672bd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-13T04:52:19.482Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63bf6cc7-9c0d-4029-9793-d17bef320b87
VfModuleModelInvariantUUID:22c41643-1349-4123-9af4-1eb34a1968b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb867d36-3125-4dc8-8dde-9549c0d375c4
,
4b6b6937-ca26-42a9-81eb-ad811b672bd4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-11-13T04:52:19.483Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb867d36-3125-4dc8-8dde-9549c0d375c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:52:19.483Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:52:19.483Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:52:19.653Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:52:19.654Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cb867d36-3125-4dc8-8dde-9549c0d375c4 5033
2021-11-13T04:52:19.654Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:52:19.654Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:52:19.654Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:52:19.654Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:19.656Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:19.656Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779139654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:52:19.756Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:19.757Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:19.757Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:19.767Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:19.767Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:20.657Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b6b6937-ca26-42a9-81eb-ad811b672bd4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:52:20.657Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-13T04:52:20.658Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:52:20.844Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-13T04:52:20.844Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4b6b6937-ca26-42a9-81eb-ad811b672bd4 903
2021-11-13T04:52:20.844Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:52:20.845Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:52:20.845Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-13T04:52:20.845Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:20.847Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:20.847Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779140844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:52:20.947Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:20.948Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:20.948Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:20.959Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:20.959Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:21.847Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6fe6cf0d-642d-4392-a15d-782228003687
2021-11-13T04:52:21.848Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7be6baff-a41a-4b75-bdfd-35a7f4a04145 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:52:21.860Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1201c2ba, org.onap.sdc.toscaparser.api.parameters.Input@76ecd7cf, org.onap.sdc.toscaparser.api.parameters.Input@74a56062, org.onap.sdc.toscaparser.api.parameters.Input@5ad935ce, org.onap.sdc.toscaparser.api.parameters.Input@46d1283d]
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5 matches Tosca VF Customization UUID: ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5
2021-11-13T04:52:21.861Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-13T04:52:21.863Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.863Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.863Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-13T04:52:21.863Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a8e22e1
2021-11-13T04:52:21.864Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.864Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-13T04:52:21.864Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a38c4726-f415-4854-824a-54758c0a56cd
2021-11-13T04:52:21.864Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a38c4726-f415-4854-824a-54758c0a56cd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-13T04:52:21.865Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-13T04:52:21.866Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-13T04:52:21.867Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-13T04:52:21.867Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d827d56d-433d-44f5-bf96-22ba7121d5fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-13T04:52:21.868Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.868Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:21.868Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-13T04:52:21.868Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.868Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-13T04:52:21.869Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ae29bcfa-1d2b-49cb-8224-1a637c3bb8c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6fe6cf0d-642d-4392-a15d-782228003687: basic_vm_macro
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.870Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.871Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.871Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-13T04:52:21.871Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-13T04:52:21.871Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-13T04:52:21.931Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7be6baff-a41a-4b75-bdfd-35a7f4a04145 1 ASDC deployResourceStructure
2021-11-13T04:52:21.932Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-13T04:52:21.932Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-13T04:52:21.932Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:52:21.933Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:21.935Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:21.935Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779141932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:52:22.035Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:22.036Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:22.036Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:22.046Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:22.047Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:22.936Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-13T04:52:22.936Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-13T04:52:22.937Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:52:22.937Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:22.939Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:22.940Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779142936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:52:23.039Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-13T04:52:23.040Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:23.040Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:23.050Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:23.050Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-13T04:52:23.940Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-13T04:52:23.941Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-13T04:52:23.942Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:52:23.942Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:23.944Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:23.944Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779143940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:52:24.044Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:24.045Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:24.045Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:24.054Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:24.054Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:24.945Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-13T04:52:24.946Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-13T04:52:24.946Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-13T04:52:24.946Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:24.948Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:24.948Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779144945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:52:25.049Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:25.049Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:25.050Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:25.060Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:25.060Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-13T04:52:25.949Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6de32a3e-f26b-4fd8-88c5-8cc723bab276
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:52:25.961Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6de32a3e-f26b-4fd8-88c5-8cc723bab276
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-13T04:52:25.964Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-13T04:52:25.969Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-13T04:52:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:52:46.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:52:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:52:46.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:46.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-13T04:52:46.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778986953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:52:46.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:52:55.970Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-13T04:52:55.975Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and serviceModelVersionId: 6fe6cf0d-642d-4392-a15d-782228003687
2021-11-13T04:52:55.976Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b76b9b97-2ad4-4d0d-bf43-96881f981742
2021-11-13T04:52:55.976Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0
2021-11-13T04:52:55.980Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-13T04:52:56.005Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-13T04:52:56.006Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0|INFO|500||Invoke
2021-11-13T04:52:56.021Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-13T04:52:56.342Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0|INFO|500||InvokeReturn
2021-11-13T04:52:56.342Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76b9b97-2ad4-4d0d-bf43-96881f981742/model-vers/model-ver/6fe6cf0d-642d-4392-a15d-782228003687?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-04:52:56:028-75353], vertex-id=[205032], Content-Length=[0], Date=[Sat, 13 Nov 2021 04:52:56 GMT], Content-Type=[application/json]}
2021-11-13T04:52:56.343Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-13T04:52:56.343Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-13T04:52:56.343Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-13T04:52:56.347Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-13T04:52:56.348Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6de32a3e-f26b-4fd8-88c5-8cc723bab276 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-13T04:52:56.348Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-13T04:52:56.348Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-13T04:52:56.350Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-13T04:52:56.350Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779176348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:52:56.450Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-13T04:52:56.451Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-13T04:52:56.451Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pmupeYK78BVRgxKt) ...
2021-11-13T04:52:56.461Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:52:56.462Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-13T04:52:57.363Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:52:57.363Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:52:57.363Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:08.066Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:08.066Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:08.066Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:08.067Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:17.603Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:17.605Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:17.606Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:17.606Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:27.142Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:27.143Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:27.143Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:27.144Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:36.686Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:36.686Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:36.687Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:36.687Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:46.222Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:46.222Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:46.223Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:46.223Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:53:46.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:46.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "885b59b2-f2f3-4972-9e2c-f1d4ac659019",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779078269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:53:46.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779087002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779089146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779090196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779091249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779092345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779093347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779094352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779095355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:53:46.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:53:55.763Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:53:55.764Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:53:55.767Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:53:55.767Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:05.310Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:05.311Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:05.311Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:05.311Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:14.848Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:14.849Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:14.849Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:14.849Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:24.392Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:24.395Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:24.395Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:24.395Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:33.932Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:54:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:54:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:54:46.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:54:46.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6fac2da-3812-4e18-b619-bf0888e16e9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779126707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636778964326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-13T04:54:46.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779136449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779138475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779139654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779140844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779141932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779142936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779143940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779144945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-13T04:54:46.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:54:56.450Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:55:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:55:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:55:46.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:55:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:55:46.912Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:55:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:55:47.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:55:47.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-13T04:55:47.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6de32a3e-f26b-4fd8-88c5-8cc723bab276",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636779176348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-13T04:55:47.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-13T04:55:56.455Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:56:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:56:46.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:56:46.913Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:56:46.913Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:56:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:56:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:56:56.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:56:56.454Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:57:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:57:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:57:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:57:46.912Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:57:46.913Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:57:46.914Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:57:56.456Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:57:56.456Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:58:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:58:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:58:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:58:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:58:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:58:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:58:56.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:58:56.454Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:59:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:59:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:59:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T04:59:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T04:59:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T04:59:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T04:59:56.450Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T04:59:56.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:00:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:00:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:00:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:00:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:00:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:00:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:00:56.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:00:56.457Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:01:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:01:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:01:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:01:46.912Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:01:46.912Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:01:46.913Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:01:56.455Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:01:56.455Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:02:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:02:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:02:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:02:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:02:46.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:02:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:02:56.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:02:56.457Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:03:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:03:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:03:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:03:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:03:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:03:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:03:56.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:03:56.455Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:04:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:04:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:04:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:04:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:04:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:04:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:04:56.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:04:56.456Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:05:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:05:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:05:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:05:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:05:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:05:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:05:56.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:05:56.456Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:06:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:06:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:06:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:06:46.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:06:46.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:06:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:06:56.451Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:06:56.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:07:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:07:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:07:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:07:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:07:46.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:07:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:07:56.454Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:07:56.455Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:08:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:08:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:08:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:08:46.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:08:46.912Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:08:46.912Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:08:56.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:08:56.458Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:09:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:09:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:09:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:09:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:09:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:09:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:09:56.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:09:56.458Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:10:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:10:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:10:46.912Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:10:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:10:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:10:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:10:56.456Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:10:56.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:11:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:11:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:11:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:11:46.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:11:46.913Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:11:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:11:56.455Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:11:56.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:12:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:12:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:12:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:12:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:12:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:12:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:12:56.454Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:12:56.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:13:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:13:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:13:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:13:46.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:13:46.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:13:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:13:56.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:13:56.460Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:14:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:14:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:14:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:14:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:14:46.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:14:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:14:56.452Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:14:56.453Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:15:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:15:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:15:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:15:46.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:15:46.912Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:15:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:15:56.456Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:15:56.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:16:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:16:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:16:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:16:46.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:16:46.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:16:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:16:56.453Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:16:56.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:17:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:17:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:17:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:17:46.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:17:46.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:17:46.913Z||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 pmupeYK78BVRgxKt) ...
2021-11-13T05:17:56.452Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:17:56.455Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-13T05:18:46.910Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:18:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:18:46.911Z|6de32a3e-f26b-4fd8-88c5-8cc723bab276|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 pmupeYK78BVRgxKt) ...
2021-11-13T05:18:46.912Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-13T05:18:46.914Z|00ef4074-58b2-4184-acf9-ecebc063eb64|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-13T05:18:46.914Z|00ef4074-58b2-4184-acf9-ecebc063eb64|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 pmupeYK78BVRgxKt) ...